Shades of Black Russian #0B1224
Tints of Black Russian #0B1224
RGB
CMYK
RGB Variations
Color information
#0B1224 (or 0x0B1224) is known color: Black Russian. HEX triplet: 0B, 12 and 24. RGB value is (11,18,36). Sum of RGB (Red+Green+Blue) = 11+18+36=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #0B1224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1224 is #F4EDDB. Grayscale: #111111. Windows color (decimal): -16051676 or 2363915. OLE color: 2363915.
HSL color Cylindrical-coordinate representation of color #0B1224: hue angle of 223.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B1224 is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 18 | 36 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.86 |
| HSL | 223.2º | 0.53% | 0.09% | - |
| HSV(B) | 223.2º | 0.69% | 0.14% | - |
| XYZ | 0.67 | 0.63 | 1.76 | - |
| YUV | 17.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 36 | 0.69 | 0.5 | 0 | 0.86 | 223.2 | 0.53 | 0.09 |
| Hex | B | 12 | 24 | 45 | 32 | 0 | 56 | DF | 35 | 9 |
| Octal | 13 | 22 | 44 | 105 | 62 | 0 | 126 | 337 | 65 | 11 |
| Binary | 1011 | 10010 | 100100 | 1000101 | 110010 | 0 | 1010110 | 11011111 | 110101 | 1001 |
Color Harmonies of #0B1224
Complementary color
Monochromatic Colors of #0B1224
Black with #0B1224
Text Example
Text Example
White with #0B1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1224; }
p { color: rgb(11,18,36); }
H1.HeaderClassName
{
color: #0B1224;
}
.AnyTagClassName
{
color: #0B1224;
}
</style>
background-color css
<style>
a { background-color: #0B1224; }
a { background-color: rgb(11,18,36); }
div.DivClassName
{
background-color: #0B1224;
}
.BgClassName
{
background-color: #0B1224;
}
</style>
border-color css
<style>
span { border-color: #0B1224; }
span { border-color: rgb(11,18,36); }
td.TdClassName
{
border-color: #0B1224;
}
.TagClassName
{
border-color: #0B1224;
}
</style>