Shades of Black Russian #0B0A1E
Tints of Black Russian #0B0A1E
RGB
CMYK
RGB Variations
Color information
#0B0A1E (or 0x0B0A1E) is known color: Black Russian. HEX triplet: 0B, 0A and 1E. RGB value is (11,10,30). Sum of RGB (Red+Green+Blue) = 11+10+30=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B0A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0A1E is #F4F5E1. Grayscale: #0C0C0C. Windows color (decimal): -16053730 or 1968651. OLE color: 1968651.
HSL color Cylindrical-coordinate representation of color #0B0A1E: hue angle of 243º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B0A1E is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 10 | 30 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.88 |
| HSL | 243º | 0.5% | 0.08% | - |
| HSV(B) | 243º | 0.67% | 0.12% | - |
| XYZ | 0.48 | 0.38 | 1.28 | - |
| YUV | 12.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 30 | 0.63 | 0.67 | 0 | 0.88 | 243 | 0.5 | 0.08 |
| Hex | B | A | 1E | 3F | 43 | 0 | 58 | F3 | 32 | 8 |
| Octal | 13 | 12 | 36 | 77 | 103 | 0 | 130 | 363 | 62 | 10 |
| Binary | 1011 | 1010 | 11110 | 111111 | 1000011 | 0 | 1011000 | 11110011 | 110010 | 1000 |
Color Harmonies of #0B0A1E
Complementary color
Monochromatic Colors of #0B0A1E
Black with #0B0A1E
Text Example
Text Example
White with #0B0A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A1E; }
p { color: rgb(11,10,30); }
H1.HeaderClassName
{
color: #0B0A1E;
}
.AnyTagClassName
{
color: #0B0A1E;
}
</style>
background-color css
<style>
a { background-color: #0B0A1E; }
a { background-color: rgb(11,10,30); }
div.DivClassName
{
background-color: #0B0A1E;
}
.BgClassName
{
background-color: #0B0A1E;
}
</style>
border-color css
<style>
span { border-color: #0B0A1E; }
span { border-color: rgb(11,10,30); }
td.TdClassName
{
border-color: #0B0A1E;
}
.TagClassName
{
border-color: #0B0A1E;
}
</style>