Shades of Black Russian #0A0B32
Tints of Black Russian #0A0B32
RGB
CMYK
RGB Variations
Color information
#0A0B32 (or 0x0A0B32) is known color: Black Russian. HEX triplet: 0A, 0B and 32. RGB value is (10,11,50). Sum of RGB (Red+Green+Blue) = 10+11+50=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A0B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0B32 is #F5F4CD. Grayscale: #0E0E0E. Windows color (decimal): -16118990 or 3279626. OLE color: 3279626.
HSL color Cylindrical-coordinate representation of color #0A0B32: hue angle of 238.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0B32 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 11 | 50 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.80 |
| HSL | 238.5º | 0.67% | 0.12% | - |
| HSV(B) | 238.5º | 0.8% | 0.2% | - |
| XYZ | 0.82 | 0.53 | 3.08 | - |
| YUV | 15.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 50 | 0.80 | 0.78 | 0 | 0.80 | 238.5 | 0.67 | 0.12 |
| Hex | A | B | 32 | 50 | 4E | 0 | 50 | EE | 43 | C |
| Octal | 12 | 13 | 62 | 120 | 116 | 0 | 120 | 356 | 103 | 14 |
| Binary | 1010 | 1011 | 110010 | 1010000 | 1001110 | 0 | 1010000 | 11101110 | 1000011 | 1100 |
Color Harmonies of #0A0B32
Complementary color
Monochromatic Colors of #0A0B32
Black with #0A0B32
Text Example
Text Example
White with #0A0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B32; }
p { color: rgb(10,11,50); }
H1.HeaderClassName
{
color: #0A0B32;
}
.AnyTagClassName
{
color: #0A0B32;
}
</style>
background-color css
<style>
a { background-color: #0A0B32; }
a { background-color: rgb(10,11,50); }
div.DivClassName
{
background-color: #0A0B32;
}
.BgClassName
{
background-color: #0A0B32;
}
</style>
border-color css
<style>
span { border-color: #0A0B32; }
span { border-color: rgb(10,11,50); }
td.TdClassName
{
border-color: #0A0B32;
}
.TagClassName
{
border-color: #0A0B32;
}
</style>