Shades of Blackcurrant #0D0913
Tints of Blackcurrant #0D0913
RGB
CMYK
RGB Variations
Color information
#0D0913 (or 0x0D0913) is known color: Blackcurrant. HEX triplet: 0D, 09 and 13. RGB value is (13,9,19). Sum of RGB (Red+Green+Blue) = 13+9+19=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D0913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0913 is #F2F6EC. Grayscale: #0B0B0B. Windows color (decimal): -15922925 or 1247501. OLE color: 1247501.
HSL color Cylindrical-coordinate representation of color #0D0913: hue angle of 264º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0D0913 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 9 | 19 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.93 |
| HSL | 264º | 0.36% | 0.05% | - |
| HSV(B) | 264º | 0.53% | 0.07% | - |
| XYZ | 0.38 | 0.33 | 0.66 | - |
| YUV | 11.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 19 | 0.32 | 0.53 | 0 | 0.93 | 264 | 0.36 | 0.05 |
| Hex | D | 9 | 13 | 20 | 35 | 0 | 5D | 108 | 24 | 5 |
| Octal | 15 | 11 | 23 | 40 | 65 | 0 | 135 | 410 | 44 | 5 |
| Binary | 1101 | 1001 | 10011 | 100000 | 110101 | 0 | 1011101 | 100001000 | 100100 | 101 |
Color Harmonies of #0D0913
Complementary color
Monochromatic Colors of #0D0913
Black with #0D0913
Text Example
Text Example
White with #0D0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0913; }
p { color: rgb(13,9,19); }
H1.HeaderClassName
{
color: #0D0913;
}
.AnyTagClassName
{
color: #0D0913;
}
</style>
background-color css
<style>
a { background-color: #0D0913; }
a { background-color: rgb(13,9,19); }
div.DivClassName
{
background-color: #0D0913;
}
.BgClassName
{
background-color: #0D0913;
}
</style>
border-color css
<style>
span { border-color: #0D0913; }
span { border-color: rgb(13,9,19); }
td.TdClassName
{
border-color: #0D0913;
}
.TagClassName
{
border-color: #0D0913;
}
</style>