Shades of Black Russian #0B0D32
Tints of Black Russian #0B0D32
RGB
CMYK
RGB Variations
Color information
#0B0D32 (or 0x0B0D32) is known color: Black Russian. HEX triplet: 0B, 0D and 32. RGB value is (11,13,50). Sum of RGB (Red+Green+Blue) = 11+13+50=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #0B0D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D32 is #F4F2CD. Grayscale: #101010. Windows color (decimal): -16052942 or 3280139. OLE color: 3280139.
HSL color Cylindrical-coordinate representation of color #0B0D32: hue angle of 236.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B0D32 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 13 | 50 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.80 |
| HSL | 236.92º | 0.64% | 0.12% | - |
| HSV(B) | 236.92º | 0.78% | 0.2% | - |
| XYZ | 0.86 | 0.59 | 3.09 | - |
| YUV | 16.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 50 | 0.78 | 0.74 | 0 | 0.80 | 236.92 | 0.64 | 0.12 |
| Hex | B | D | 32 | 4E | 4A | 0 | 50 | ED | 40 | C |
| Octal | 13 | 15 | 62 | 116 | 112 | 0 | 120 | 355 | 100 | 14 |
| Binary | 1011 | 1101 | 110010 | 1001110 | 1001010 | 0 | 1010000 | 11101101 | 1000000 | 1100 |
Color Harmonies of #0B0D32
Complementary color
Monochromatic Colors of #0B0D32
Black with #0B0D32
Text Example
Text Example
White with #0B0D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D32; }
p { color: rgb(11,13,50); }
H1.HeaderClassName
{
color: #0B0D32;
}
.AnyTagClassName
{
color: #0B0D32;
}
</style>
background-color css
<style>
a { background-color: #0B0D32; }
a { background-color: rgb(11,13,50); }
div.DivClassName
{
background-color: #0B0D32;
}
.BgClassName
{
background-color: #0B0D32;
}
</style>
border-color css
<style>
span { border-color: #0B0D32; }
span { border-color: rgb(11,13,50); }
td.TdClassName
{
border-color: #0B0D32;
}
.TagClassName
{
border-color: #0B0D32;
}
</style>