Shades of Black Russian #0B0924
Tints of Black Russian #0B0924
RGB
CMYK
RGB Variations
Color information
#0B0924 (or 0x0B0924) is known color: Black Russian. HEX triplet: 0B, 09 and 24. RGB value is (11,9,36). Sum of RGB (Red+Green+Blue) = 11+9+36=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #0B0924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0924 is #F4F6DB. Grayscale: #0C0C0C. Windows color (decimal): -16053980 or 2361611. OLE color: 2361611.
HSL color Cylindrical-coordinate representation of color #0B0924: hue angle of 244.44º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B0924 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 9 | 36 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.86 |
| HSL | 244.44º | 0.6% | 0.09% | - |
| HSV(B) | 244.44º | 0.75% | 0.14% | - |
| XYZ | 0.55 | 0.39 | 1.72 | - |
| YUV | 12.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 36 | 0.69 | 0.75 | 0 | 0.86 | 244.44 | 0.6 | 0.09 |
| Hex | B | 9 | 24 | 45 | 4B | 0 | 56 | F4 | 3C | 9 |
| Octal | 13 | 11 | 44 | 105 | 113 | 0 | 126 | 364 | 74 | 11 |
| Binary | 1011 | 1001 | 100100 | 1000101 | 1001011 | 0 | 1010110 | 11110100 | 111100 | 1001 |
Color Harmonies of #0B0924
Complementary color
Monochromatic Colors of #0B0924
Black with #0B0924
Text Example
Text Example
White with #0B0924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0924; }
p { color: rgb(11,9,36); }
H1.HeaderClassName
{
color: #0B0924;
}
.AnyTagClassName
{
color: #0B0924;
}
</style>
background-color css
<style>
a { background-color: #0B0924; }
a { background-color: rgb(11,9,36); }
div.DivClassName
{
background-color: #0B0924;
}
.BgClassName
{
background-color: #0B0924;
}
</style>
border-color css
<style>
span { border-color: #0B0924; }
span { border-color: rgb(11,9,36); }
td.TdClassName
{
border-color: #0B0924;
}
.TagClassName
{
border-color: #0B0924;
}
</style>