Shades of Black Russian #0C0B32
Tints of Black Russian #0C0B32
RGB
CMYK
RGB Variations
Color information
#0C0B32 (or 0x0C0B32) is known color: Black Russian. HEX triplet: 0C, 0B and 32. RGB value is (12,11,50). Sum of RGB (Red+Green+Blue) = 12+11+50=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C0B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B32 is #F3F4CD. Grayscale: #0F0F0F. Windows color (decimal): -15987918 or 3279628. OLE color: 3279628.
HSL color Cylindrical-coordinate representation of color #0C0B32: hue angle of 241.54º 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 #0C0B32 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 11 | 50 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.80 |
| HSL | 241.54º | 0.64% | 0.12% | - |
| HSV(B) | 241.54º | 0.78% | 0.2% | - |
| XYZ | 0.85 | 0.55 | 3.08 | - |
| YUV | 15.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 50 | 0.76 | 0.78 | 0 | 0.80 | 241.54 | 0.64 | 0.12 |
| Hex | C | B | 32 | 4C | 4E | 0 | 50 | F2 | 40 | C |
| Octal | 14 | 13 | 62 | 114 | 116 | 0 | 120 | 362 | 100 | 14 |
| Binary | 1100 | 1011 | 110010 | 1001100 | 1001110 | 0 | 1010000 | 11110010 | 1000000 | 1100 |
Color Harmonies of #0C0B32
Complementary color
Monochromatic Colors of #0C0B32
Black with #0C0B32
Text Example
Text Example
White with #0C0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B32; }
p { color: rgb(12,11,50); }
H1.HeaderClassName
{
color: #0C0B32;
}
.AnyTagClassName
{
color: #0C0B32;
}
</style>
background-color css
<style>
a { background-color: #0C0B32; }
a { background-color: rgb(12,11,50); }
div.DivClassName
{
background-color: #0C0B32;
}
.BgClassName
{
background-color: #0C0B32;
}
</style>
border-color css
<style>
span { border-color: #0C0B32; }
span { border-color: rgb(12,11,50); }
td.TdClassName
{
border-color: #0C0B32;
}
.TagClassName
{
border-color: #0C0B32;
}
</style>