Shades of Black Russian #0B0819
Tints of Black Russian #0B0819
RGB
CMYK
RGB Variations
Color information
#0B0819 (or 0x0B0819) is known color: Black Russian. HEX triplet: 0B, 08 and 19. RGB value is (11,8,25). Sum of RGB (Red+Green+Blue) = 11+8+25=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B0819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0819 is #F4F7E6. Grayscale: #0A0A0A. Windows color (decimal): -16054247 or 1640459. OLE color: 1640459.
HSL color Cylindrical-coordinate representation of color #0B0819: hue angle of 250.59º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0B0819 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 8 | 25 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.90 |
| HSL | 250.59º | 0.52% | 0.06% | - |
| HSV(B) | 250.59º | 0.68% | 0.1% | - |
| XYZ | 0.4 | 0.32 | 0.96 | - |
| YUV | 10.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 25 | 0.56 | 0.68 | 0 | 0.90 | 250.59 | 0.52 | 0.06 |
| Hex | B | 8 | 19 | 38 | 44 | 0 | 5A | FB | 34 | 6 |
| Octal | 13 | 10 | 31 | 70 | 104 | 0 | 132 | 373 | 64 | 6 |
| Binary | 1011 | 1000 | 11001 | 111000 | 1000100 | 0 | 1011010 | 11111011 | 110100 | 110 |
Color Harmonies of #0B0819
Complementary color
Monochromatic Colors of #0B0819
Black with #0B0819
Text Example
Text Example
White with #0B0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0819; }
p { color: rgb(11,8,25); }
H1.HeaderClassName
{
color: #0B0819;
}
.AnyTagClassName
{
color: #0B0819;
}
</style>
background-color css
<style>
a { background-color: #0B0819; }
a { background-color: rgb(11,8,25); }
div.DivClassName
{
background-color: #0B0819;
}
.BgClassName
{
background-color: #0B0819;
}
</style>
border-color css
<style>
span { border-color: #0B0819; }
span { border-color: rgb(11,8,25); }
td.TdClassName
{
border-color: #0B0819;
}
.TagClassName
{
border-color: #0B0819;
}
</style>