Shades of Black Russian #0B081F
Tints of Black Russian #0B081F
RGB
CMYK
RGB Variations
Color information
#0B081F (or 0x0B081F) is known color: Black Russian. HEX triplet: 0B, 08 and 1F. RGB value is (11,8,31). Sum of RGB (Red+Green+Blue) = 11+8+31=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B081F is #F4F7E0. Grayscale: #0B0B0B. Windows color (decimal): -16054241 or 2033675. OLE color: 2033675.
HSL color Cylindrical-coordinate representation of color #0B081F: hue angle of 247.83º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B081F is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 8 | 31 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.88 |
| HSL | 247.83º | 0.59% | 0.08% | - |
| HSV(B) | 247.83º | 0.74% | 0.12% | - |
| XYZ | 0.47 | 0.34 | 1.34 | - |
| YUV | 11.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 31 | 0.65 | 0.74 | 0 | 0.88 | 247.83 | 0.59 | 0.08 |
| Hex | B | 8 | 1F | 41 | 4A | 0 | 58 | F8 | 3B | 8 |
| Octal | 13 | 10 | 37 | 101 | 112 | 0 | 130 | 370 | 73 | 10 |
| Binary | 1011 | 1000 | 11111 | 1000001 | 1001010 | 0 | 1011000 | 11111000 | 111011 | 1000 |
Color Harmonies of #0B081F
Complementary color
Monochromatic Colors of #0B081F
Black with #0B081F
Text Example
Text Example
White with #0B081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B081F; }
p { color: rgb(11,8,31); }
H1.HeaderClassName
{
color: #0B081F;
}
.AnyTagClassName
{
color: #0B081F;
}
</style>
background-color css
<style>
a { background-color: #0B081F; }
a { background-color: rgb(11,8,31); }
div.DivClassName
{
background-color: #0B081F;
}
.BgClassName
{
background-color: #0B081F;
}
</style>
border-color css
<style>
span { border-color: #0B081F; }
span { border-color: rgb(11,8,31); }
td.TdClassName
{
border-color: #0B081F;
}
.TagClassName
{
border-color: #0B081F;
}
</style>