Shades of Black Russian #0B0A1C
Tints of Black Russian #0B0A1C
RGB
CMYK
RGB Variations
Color information
#0B0A1C (or 0x0B0A1C) is known color: Black Russian. HEX triplet: 0B, 0A and 1C. RGB value is (11,10,28). Sum of RGB (Red+Green+Blue) = 11+10+28=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B0A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0A1C is #F4F5E3. Grayscale: #0C0C0C. Windows color (decimal): -16053732 or 1837579. OLE color: 1837579.
HSL color Cylindrical-coordinate representation of color #0B0A1C: hue angle of 243.33º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0B0A1C is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 10 | 28 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.89 |
| HSL | 243.33º | 0.47% | 0.07% | - |
| HSV(B) | 243.33º | 0.64% | 0.11% | - |
| XYZ | 0.46 | 0.37 | 1.15 | - |
| YUV | 12.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 28 | 0.61 | 0.64 | 0 | 0.89 | 243.33 | 0.47 | 0.07 |
| Hex | B | A | 1C | 3D | 40 | 0 | 59 | F3 | 2F | 7 |
| Octal | 13 | 12 | 34 | 75 | 100 | 0 | 131 | 363 | 57 | 7 |
| Binary | 1011 | 1010 | 11100 | 111101 | 1000000 | 0 | 1011001 | 11110011 | 101111 | 111 |
Color Harmonies of #0B0A1C
Complementary color
Monochromatic Colors of #0B0A1C
Black with #0B0A1C
Text Example
Text Example
White with #0B0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A1C; }
p { color: rgb(11,10,28); }
H1.HeaderClassName
{
color: #0B0A1C;
}
.AnyTagClassName
{
color: #0B0A1C;
}
</style>
background-color css
<style>
a { background-color: #0B0A1C; }
a { background-color: rgb(11,10,28); }
div.DivClassName
{
background-color: #0B0A1C;
}
.BgClassName
{
background-color: #0B0A1C;
}
</style>
border-color css
<style>
span { border-color: #0B0A1C; }
span { border-color: rgb(11,10,28); }
td.TdClassName
{
border-color: #0B0A1C;
}
.TagClassName
{
border-color: #0B0A1C;
}
</style>