Shades of Black Russian #0B0E17
Tints of Black Russian #0B0E17
RGB
CMYK
RGB Variations
Color information
#0B0E17 (or 0x0B0E17) is known color: Black Russian. HEX triplet: 0B, 0E and 17. RGB value is (11,14,23). Sum of RGB (Red+Green+Blue) = 11+14+23=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E17 is #F4F1E8. Grayscale: #0E0E0E. Windows color (decimal): -16052713 or 1510923. OLE color: 1510923.
HSL color Cylindrical-coordinate representation of color #0B0E17: hue angle of 225º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0B0E17 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 14 | 23 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.91 |
| HSL | 225º | 0.35% | 0.07% | - |
| HSV(B) | 225º | 0.52% | 0.09% | - |
| XYZ | 0.45 | 0.45 | 0.87 | - |
| YUV | 14.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 23 | 0.52 | 0.39 | 0 | 0.91 | 225 | 0.35 | 0.07 |
| Hex | B | E | 17 | 34 | 27 | 0 | 5B | E1 | 23 | 7 |
| Octal | 13 | 16 | 27 | 64 | 47 | 0 | 133 | 341 | 43 | 7 |
| Binary | 1011 | 1110 | 10111 | 110100 | 100111 | 0 | 1011011 | 11100001 | 100011 | 111 |
Color Harmonies of #0B0E17
Complementary color
Monochromatic Colors of #0B0E17
Black with #0B0E17
Text Example
Text Example
White with #0B0E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E17; }
p { color: rgb(11,14,23); }
H1.HeaderClassName
{
color: #0B0E17;
}
.AnyTagClassName
{
color: #0B0E17;
}
</style>
background-color css
<style>
a { background-color: #0B0E17; }
a { background-color: rgb(11,14,23); }
div.DivClassName
{
background-color: #0B0E17;
}
.BgClassName
{
background-color: #0B0E17;
}
</style>
border-color css
<style>
span { border-color: #0B0E17; }
span { border-color: rgb(11,14,23); }
td.TdClassName
{
border-color: #0B0E17;
}
.TagClassName
{
border-color: #0B0E17;
}
</style>