Shades of Blackcurrant #0D0612
Tints of Blackcurrant #0D0612
RGB
CMYK
RGB Variations
Color information
#0D0612 (or 0x0D0612) is known color: Blackcurrant. HEX triplet: 0D, 06 and 12. RGB value is (13,6,18). Sum of RGB (Red+Green+Blue) = 13+6+18=37 (4% of max value = 765). Red value is 13 (5.47% from 255 or 35.14% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D0612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0612 is #F2F9ED. Grayscale: #090909. Windows color (decimal): -15923694 or 1181197. OLE color: 1181197.
HSL color Cylindrical-coordinate representation of color #0D0612: hue angle of 275º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D0612 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 6 | 18 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.93 |
| HSL | 275º | 0.5% | 0.05% | - |
| HSV(B) | 275º | 0.67% | 0.07% | - |
| XYZ | 0.34 | 0.26 | 0.6 | - |
| YUV | 9.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 18 | 0.28 | 0.67 | 0 | 0.93 | 275 | 0.5 | 0.05 |
| Hex | D | 6 | 12 | 1C | 43 | 0 | 5D | 113 | 32 | 5 |
| Octal | 15 | 6 | 22 | 34 | 103 | 0 | 135 | 423 | 62 | 5 |
| Binary | 1101 | 110 | 10010 | 11100 | 1000011 | 0 | 1011101 | 100010011 | 110010 | 101 |
Color Harmonies of #0D0612
Complementary color
Monochromatic Colors of #0D0612
Black with #0D0612
Text Example
Text Example
White with #0D0612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0612; }
p { color: rgb(13,6,18); }
H1.HeaderClassName
{
color: #0D0612;
}
.AnyTagClassName
{
color: #0D0612;
}
</style>
background-color css
<style>
a { background-color: #0D0612; }
a { background-color: rgb(13,6,18); }
div.DivClassName
{
background-color: #0D0612;
}
.BgClassName
{
background-color: #0D0612;
}
</style>
border-color css
<style>
span { border-color: #0D0612; }
span { border-color: rgb(13,6,18); }
td.TdClassName
{
border-color: #0D0612;
}
.TagClassName
{
border-color: #0D0612;
}
</style>