Shades of Black Russian #0C0432
Tints of Black Russian #0C0432
RGB
CMYK
RGB Variations
Color information
#0C0432 (or 0x0C0432) is known color: Black Russian. HEX triplet: 0C, 04 and 32. RGB value is (12,4,50). Sum of RGB (Red+Green+Blue) = 12+4+50=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C0432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0432 is #F3FBCD. Grayscale: #0B0B0B. Windows color (decimal): -15989710 or 3277836. OLE color: 3277836.
HSL color Cylindrical-coordinate representation of color #0C0432: hue angle of 250.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0432 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 4 | 50 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.80 |
| HSL | 250.43º | 0.85% | 0.11% | - |
| HSV(B) | 250.43º | 0.92% | 0.2% | - |
| XYZ | 0.77 | 0.4 | 3.05 | - |
| YUV | 11.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 50 | 0.76 | 0.92 | 0 | 0.80 | 250.43 | 0.85 | 0.11 |
| Hex | C | 4 | 32 | 4C | 5C | 0 | 50 | FA | 55 | B |
| Octal | 14 | 4 | 62 | 114 | 134 | 0 | 120 | 372 | 125 | 13 |
| Binary | 1100 | 100 | 110010 | 1001100 | 1011100 | 0 | 1010000 | 11111010 | 1010101 | 1011 |
Color Harmonies of #0C0432
Complementary color
Monochromatic Colors of #0C0432
Black with #0C0432
Text Example
Text Example
White with #0C0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0432; }
p { color: rgb(12,4,50); }
H1.HeaderClassName
{
color: #0C0432;
}
.AnyTagClassName
{
color: #0C0432;
}
</style>
background-color css
<style>
a { background-color: #0C0432; }
a { background-color: rgb(12,4,50); }
div.DivClassName
{
background-color: #0C0432;
}
.BgClassName
{
background-color: #0C0432;
}
</style>
border-color css
<style>
span { border-color: #0C0432; }
span { border-color: rgb(12,4,50); }
td.TdClassName
{
border-color: #0C0432;
}
.TagClassName
{
border-color: #0C0432;
}
</style>