Shades of Blackcurrant #0D0715
Tints of Blackcurrant #0D0715
RGB
CMYK
RGB Variations
Color information
#0D0715 (or 0x0D0715) is known color: Blackcurrant. HEX triplet: 0D, 07 and 15. RGB value is (13,7,21). Sum of RGB (Red+Green+Blue) = 13+7+21=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D0715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0715 is #F2F8EA. Grayscale: #0A0A0A. Windows color (decimal): -15923435 or 1378061. OLE color: 1378061.
HSL color Cylindrical-coordinate representation of color #0D0715: hue angle of 265.71º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D0715 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 7 | 21 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.92 |
| HSL | 265.71º | 0.5% | 0.05% | - |
| HSV(B) | 265.71º | 0.67% | 0.08% | - |
| XYZ | 0.38 | 0.29 | 0.75 | - |
| YUV | 10.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 21 | 0.38 | 0.67 | 0 | 0.92 | 265.71 | 0.5 | 0.05 |
| Hex | D | 7 | 15 | 26 | 43 | 0 | 5C | 10A | 32 | 5 |
| Octal | 15 | 7 | 25 | 46 | 103 | 0 | 134 | 412 | 62 | 5 |
| Binary | 1101 | 111 | 10101 | 100110 | 1000011 | 0 | 1011100 | 100001010 | 110010 | 101 |
Color Harmonies of #0D0715
Complementary color
Monochromatic Colors of #0D0715
Black with #0D0715
Text Example
Text Example
White with #0D0715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0715; }
p { color: rgb(13,7,21); }
H1.HeaderClassName
{
color: #0D0715;
}
.AnyTagClassName
{
color: #0D0715;
}
</style>
background-color css
<style>
a { background-color: #0D0715; }
a { background-color: rgb(13,7,21); }
div.DivClassName
{
background-color: #0D0715;
}
.BgClassName
{
background-color: #0D0715;
}
</style>
border-color css
<style>
span { border-color: #0D0715; }
span { border-color: rgb(13,7,21); }
td.TdClassName
{
border-color: #0D0715;
}
.TagClassName
{
border-color: #0D0715;
}
</style>