Shades of Blackcurrant #0D0312
Tints of Blackcurrant #0D0312
RGB
CMYK
RGB Variations
Color information
#0D0312 (or 0x0D0312) is known color: Blackcurrant. HEX triplet: 0D, 03 and 12. RGB value is (13,3,18). Sum of RGB (Red+Green+Blue) = 13+3+18=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D0312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0312 is #F2FCED. Grayscale: #070707. Windows color (decimal): -15924462 or 1180429. OLE color: 1180429.
HSL color Cylindrical-coordinate representation of color #0D0312: hue angle of 280º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D0312 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 3 | 18 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.93 |
| HSL | 280º | 0.71% | 0.04% | - |
| HSV(B) | 280º | 0.83% | 0.07% | - |
| XYZ | 0.31 | 0.19 | 0.59 | - |
| YUV | 7.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 18 | 0.28 | 0.83 | 0 | 0.93 | 280 | 0.71 | 0.04 |
| Hex | D | 3 | 12 | 1C | 53 | 0 | 5D | 118 | 47 | 4 |
| Octal | 15 | 3 | 22 | 34 | 123 | 0 | 135 | 430 | 107 | 4 |
| Binary | 1101 | 11 | 10010 | 11100 | 1010011 | 0 | 1011101 | 100011000 | 1000111 | 100 |
Color Harmonies of #0D0312
Complementary color
Monochromatic Colors of #0D0312
Black with #0D0312
Text Example
Text Example
White with #0D0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0312; }
p { color: rgb(13,3,18); }
H1.HeaderClassName
{
color: #0D0312;
}
.AnyTagClassName
{
color: #0D0312;
}
</style>
background-color css
<style>
a { background-color: #0D0312; }
a { background-color: rgb(13,3,18); }
div.DivClassName
{
background-color: #0D0312;
}
.BgClassName
{
background-color: #0D0312;
}
</style>
border-color css
<style>
span { border-color: #0D0312; }
span { border-color: rgb(13,3,18); }
td.TdClassName
{
border-color: #0D0312;
}
.TagClassName
{
border-color: #0D0312;
}
</style>