Shades of Black Russian #0B1019
Tints of Black Russian #0B1019
RGB
CMYK
RGB Variations
Color information
#0B1019 (or 0x0B1019) is known color: Black Russian. HEX triplet: 0B, 10 and 19. RGB value is (11,16,25). Sum of RGB (Red+Green+Blue) = 11+16+25=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1019 is #F4EFE6. Grayscale: #0F0F0F. Windows color (decimal): -16052199 or 1642507. OLE color: 1642507.
HSL color Cylindrical-coordinate representation of color #0B1019: hue angle of 218.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B1019 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 16 | 25 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.90 |
| HSL | 218.57º | 0.39% | 0.07% | - |
| HSV(B) | 218.57º | 0.56% | 0.1% | - |
| XYZ | 0.5 | 0.51 | 0.99 | - |
| YUV | 15.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 25 | 0.56 | 0.36 | 0 | 0.90 | 218.57 | 0.39 | 0.07 |
| Hex | B | 10 | 19 | 38 | 24 | 0 | 5A | DB | 27 | 7 |
| Octal | 13 | 20 | 31 | 70 | 44 | 0 | 132 | 333 | 47 | 7 |
| Binary | 1011 | 10000 | 11001 | 111000 | 100100 | 0 | 1011010 | 11011011 | 100111 | 111 |
Color Harmonies of #0B1019
Complementary color
Monochromatic Colors of #0B1019
Black with #0B1019
Text Example
Text Example
White with #0B1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1019; }
p { color: rgb(11,16,25); }
H1.HeaderClassName
{
color: #0B1019;
}
.AnyTagClassName
{
color: #0B1019;
}
</style>
background-color css
<style>
a { background-color: #0B1019; }
a { background-color: rgb(11,16,25); }
div.DivClassName
{
background-color: #0B1019;
}
.BgClassName
{
background-color: #0B1019;
}
</style>
border-color css
<style>
span { border-color: #0B1019; }
span { border-color: rgb(11,16,25); }
td.TdClassName
{
border-color: #0B1019;
}
.TagClassName
{
border-color: #0B1019;
}
</style>