Shades of Black Russian #0D0B18
Tints of Black Russian #0D0B18
RGB
CMYK
RGB Variations
Color information
#0D0B18 (or 0x0D0B18) is known color: Black Russian. HEX triplet: 0D, 0B and 18. RGB value is (13,11,24). Sum of RGB (Red+Green+Blue) = 13+11+24=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0B18 is #F2F4E7. Grayscale: #0D0D0D. Windows color (decimal): -15922408 or 1575693. OLE color: 1575693.
HSL color Cylindrical-coordinate representation of color #0D0B18: hue angle of 249.23º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D0B18 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 11 | 24 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.91 |
| HSL | 249.23º | 0.37% | 0.07% | - |
| HSV(B) | 249.23º | 0.54% | 0.09% | - |
| XYZ | 0.45 | 0.39 | 0.92 | - |
| YUV | 13.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 24 | 0.46 | 0.54 | 0 | 0.91 | 249.23 | 0.37 | 0.07 |
| Hex | D | B | 18 | 2E | 36 | 0 | 5B | F9 | 25 | 7 |
| Octal | 15 | 13 | 30 | 56 | 66 | 0 | 133 | 371 | 45 | 7 |
| Binary | 1101 | 1011 | 11000 | 101110 | 110110 | 0 | 1011011 | 11111001 | 100101 | 111 |
Color Harmonies of #0D0B18
Complementary color
Monochromatic Colors of #0D0B18
Black with #0D0B18
Text Example
Text Example
White with #0D0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B18; }
p { color: rgb(13,11,24); }
H1.HeaderClassName
{
color: #0D0B18;
}
.AnyTagClassName
{
color: #0D0B18;
}
</style>
background-color css
<style>
a { background-color: #0D0B18; }
a { background-color: rgb(13,11,24); }
div.DivClassName
{
background-color: #0D0B18;
}
.BgClassName
{
background-color: #0D0B18;
}
</style>
border-color css
<style>
span { border-color: #0D0B18; }
span { border-color: rgb(13,11,24); }
td.TdClassName
{
border-color: #0D0B18;
}
.TagClassName
{
border-color: #0D0B18;
}
</style>