Shades of Blackcurrant #0D0118
Tints of Blackcurrant #0D0118
RGB
CMYK
RGB Variations
Color information
#0D0118 (or 0x0D0118) is known color: Blackcurrant. HEX triplet: 0D, 01 and 18. RGB value is (13,1,24). Sum of RGB (Red+Green+Blue) = 13+1+24=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0118 is #F2FEE7. Grayscale: #070707. Windows color (decimal): -15924968 or 1573133. OLE color: 1573133.
HSL color Cylindrical-coordinate representation of color #0D0118: hue angle of 271.3º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0118 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 1 | 24 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.91 |
| HSL | 271.3º | 0.92% | 0.05% | - |
| HSV(B) | 271.3º | 0.96% | 0.09% | - |
| XYZ | 0.34 | 0.17 | 0.88 | - |
| YUV | 7.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 24 | 0.46 | 0.96 | 0 | 0.91 | 271.3 | 0.92 | 0.05 |
| Hex | D | 1 | 18 | 2E | 60 | 0 | 5B | 10F | 5C | 5 |
| Octal | 15 | 1 | 30 | 56 | 140 | 0 | 133 | 417 | 134 | 5 |
| Binary | 1101 | 1 | 11000 | 101110 | 1100000 | 0 | 1011011 | 100001111 | 1011100 | 101 |
Color Harmonies of #0D0118
Complementary color
Monochromatic Colors of #0D0118
Black with #0D0118
Text Example
Text Example
White with #0D0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0118; }
p { color: rgb(13,1,24); }
H1.HeaderClassName
{
color: #0D0118;
}
.AnyTagClassName
{
color: #0D0118;
}
</style>
background-color css
<style>
a { background-color: #0D0118; }
a { background-color: rgb(13,1,24); }
div.DivClassName
{
background-color: #0D0118;
}
.BgClassName
{
background-color: #0D0118;
}
</style>
border-color css
<style>
span { border-color: #0D0118; }
span { border-color: rgb(13,1,24); }
td.TdClassName
{
border-color: #0D0118;
}
.TagClassName
{
border-color: #0D0118;
}
</style>