Shades of Blackcurrant #0D0815
Tints of Blackcurrant #0D0815
RGB
CMYK
RGB Variations
Color information
#0D0815 (or 0x0D0815) is known color: Blackcurrant. HEX triplet: 0D, 08 and 15. RGB value is (13,8,21). Sum of RGB (Red+Green+Blue) = 13+8+21=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0815 is #F2F7EA. Grayscale: #0A0A0A. Windows color (decimal): -15923179 or 1378317. OLE color: 1378317.
HSL color Cylindrical-coordinate representation of color #0D0815: hue angle of 263.08º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D0815 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 8 | 21 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.92 |
| HSL | 263.08º | 0.45% | 0.06% | - |
| HSV(B) | 263.08º | 0.62% | 0.08% | - |
| XYZ | 0.39 | 0.31 | 0.75 | - |
| YUV | 10.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 21 | 0.38 | 0.62 | 0 | 0.92 | 263.08 | 0.45 | 0.06 |
| Hex | D | 8 | 15 | 26 | 3E | 0 | 5C | 107 | 2D | 6 |
| Octal | 15 | 10 | 25 | 46 | 76 | 0 | 134 | 407 | 55 | 6 |
| Binary | 1101 | 1000 | 10101 | 100110 | 111110 | 0 | 1011100 | 100000111 | 101101 | 110 |
Color Harmonies of #0D0815
Complementary color
Monochromatic Colors of #0D0815
Black with #0D0815
Text Example
Text Example
White with #0D0815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0815; }
p { color: rgb(13,8,21); }
H1.HeaderClassName
{
color: #0D0815;
}
.AnyTagClassName
{
color: #0D0815;
}
</style>
background-color css
<style>
a { background-color: #0D0815; }
a { background-color: rgb(13,8,21); }
div.DivClassName
{
background-color: #0D0815;
}
.BgClassName
{
background-color: #0D0815;
}
</style>
border-color css
<style>
span { border-color: #0D0815; }
span { border-color: rgb(13,8,21); }
td.TdClassName
{
border-color: #0D0815;
}
.TagClassName
{
border-color: #0D0815;
}
</style>