Shades of Black Russian #0B0619
Tints of Black Russian #0B0619
RGB
CMYK
RGB Variations
Color information
#0B0619 (or 0x0B0619) is known color: Black Russian. HEX triplet: 0B, 06 and 19. RGB value is (11,6,25). Sum of RGB (Red+Green+Blue) = 11+6+25=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B0619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0619 is #F4F9E6. Grayscale: #090909. Windows color (decimal): -16054759 or 1639947. OLE color: 1639947.
HSL color Cylindrical-coordinate representation of color #0B0619: hue angle of 255.79º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B0619 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 6 | 25 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.90 |
| HSL | 255.79º | 0.61% | 0.06% | - |
| HSV(B) | 255.79º | 0.76% | 0.1% | - |
| XYZ | 0.38 | 0.27 | 0.95 | - |
| YUV | 9.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 25 | 0.56 | 0.76 | 0 | 0.90 | 255.79 | 0.61 | 0.06 |
| Hex | B | 6 | 19 | 38 | 4C | 0 | 5A | 100 | 3D | 6 |
| Octal | 13 | 6 | 31 | 70 | 114 | 0 | 132 | 400 | 75 | 6 |
| Binary | 1011 | 110 | 11001 | 111000 | 1001100 | 0 | 1011010 | 100000000 | 111101 | 110 |
Color Harmonies of #0B0619
Complementary color
Monochromatic Colors of #0B0619
Black with #0B0619
Text Example
Text Example
White with #0B0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0619; }
p { color: rgb(11,6,25); }
H1.HeaderClassName
{
color: #0B0619;
}
.AnyTagClassName
{
color: #0B0619;
}
</style>
background-color css
<style>
a { background-color: #0B0619; }
a { background-color: rgb(11,6,25); }
div.DivClassName
{
background-color: #0B0619;
}
.BgClassName
{
background-color: #0B0619;
}
</style>
border-color css
<style>
span { border-color: #0B0619; }
span { border-color: rgb(11,6,25); }
td.TdClassName
{
border-color: #0B0619;
}
.TagClassName
{
border-color: #0B0619;
}
</style>