Shades of Blackcurrant #0D0012
Tints of Blackcurrant #0D0012
RGB
CMYK
RGB Variations
Color information
#0D0012 (or 0x0D0012) is known color: Blackcurrant. HEX triplet: 0D, 00 and 12. RGB value is (13,0,18). Sum of RGB (Red+Green+Blue) = 13+0+18=31 (4% of max value = 765). Red value is 13 (5.47% from 255 or 41.94% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D0012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0012 is #F2FFED. Grayscale: #050505. Windows color (decimal): -15925230 or 1179661. OLE color: 1179661.
HSL color Cylindrical-coordinate representation of color #0D0012: hue angle of 283.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0012 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 0 | 18 | - |
| CMYK | 0.28 | 1 | 0 | 0.93 |
| HSL | 283.33º | 1% | 0.04% | - |
| HSV(B) | 283.33º | 1% | 0.07% | - |
| XYZ | 0.28 | 0.13 | 0.58 | - |
| YUV | 5.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 18 | 0.28 | 1 | 0 | 0.93 | 283.33 | 1 | 0.04 |
| Hex | D | 0 | 12 | 1C | 64 | 0 | 5D | 11B | 64 | 4 |
| Octal | 15 | 0 | 22 | 34 | 144 | 0 | 135 | 433 | 144 | 4 |
| Binary | 1101 | 0 | 10010 | 11100 | 1100100 | 0 | 1011101 | 100011011 | 1100100 | 100 |
Color Harmonies of #0D0012
Complementary color
Monochromatic Colors of #0D0012
Black with #0D0012
Text Example
Text Example
White with #0D0012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0012; }
p { color: rgb(13,0,18); }
H1.HeaderClassName
{
color: #0D0012;
}
.AnyTagClassName
{
color: #0D0012;
}
</style>
background-color css
<style>
a { background-color: #0D0012; }
a { background-color: rgb(13,0,18); }
div.DivClassName
{
background-color: #0D0012;
}
.BgClassName
{
background-color: #0D0012;
}
</style>
border-color css
<style>
span { border-color: #0D0012; }
span { border-color: rgb(13,0,18); }
td.TdClassName
{
border-color: #0D0012;
}
.TagClassName
{
border-color: #0D0012;
}
</style>