Shades of Blackcurrant #0D0013
Tints of Blackcurrant #0D0013
RGB
CMYK
RGB Variations
Color information
#0D0013 (or 0x0D0013) is known color: Blackcurrant. HEX triplet: 0D, 00 and 13. RGB value is (13,0,19). Sum of RGB (Red+Green+Blue) = 13+0+19=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D0013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0013 is #F2FFEC. Grayscale: #050505. Windows color (decimal): -15925229 or 1245197. OLE color: 1245197.
HSL color Cylindrical-coordinate representation of color #0D0013: hue angle of 281.05º 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 #0D0013 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 0 | 19 | - |
| CMYK | 0.32 | 1 | 0 | 0.93 |
| HSL | 281.05º | 1% | 0.04% | - |
| HSV(B) | 281.05º | 1% | 0.07% | - |
| XYZ | 0.28 | 0.13 | 0.63 | - |
| YUV | 6.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 19 | 0.32 | 1 | 0 | 0.93 | 281.05 | 1 | 0.04 |
| Hex | D | 0 | 13 | 20 | 64 | 0 | 5D | 119 | 64 | 4 |
| Octal | 15 | 0 | 23 | 40 | 144 | 0 | 135 | 431 | 144 | 4 |
| Binary | 1101 | 0 | 10011 | 100000 | 1100100 | 0 | 1011101 | 100011001 | 1100100 | 100 |
Color Harmonies of #0D0013
Complementary color
Monochromatic Colors of #0D0013
Black with #0D0013
Text Example
Text Example
White with #0D0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0013; }
p { color: rgb(13,0,19); }
H1.HeaderClassName
{
color: #0D0013;
}
.AnyTagClassName
{
color: #0D0013;
}
</style>
background-color css
<style>
a { background-color: #0D0013; }
a { background-color: rgb(13,0,19); }
div.DivClassName
{
background-color: #0D0013;
}
.BgClassName
{
background-color: #0D0013;
}
</style>
border-color css
<style>
span { border-color: #0D0013; }
span { border-color: rgb(13,0,19); }
td.TdClassName
{
border-color: #0D0013;
}
.TagClassName
{
border-color: #0D0013;
}
</style>