Shades of Black Russian #0C0632
Tints of Black Russian #0C0632
RGB
CMYK
RGB Variations
Color information
#0C0632 (or 0x0C0632) is known color: Black Russian. HEX triplet: 0C, 06 and 32. RGB value is (12,6,50). Sum of RGB (Red+Green+Blue) = 12+6+50=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C0632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0632 is #F3F9CD. Grayscale: #0C0C0C. Windows color (decimal): -15989198 or 3278348. OLE color: 3278348.
HSL color Cylindrical-coordinate representation of color #0C0632: hue angle of 248.18º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C0632 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 6 | 50 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.80 |
| HSL | 248.18º | 0.79% | 0.11% | - |
| HSV(B) | 248.18º | 0.88% | 0.2% | - |
| XYZ | 0.79 | 0.44 | 3.06 | - |
| YUV | 12.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 50 | 0.76 | 0.88 | 0 | 0.80 | 248.18 | 0.79 | 0.11 |
| Hex | C | 6 | 32 | 4C | 58 | 0 | 50 | F8 | 4F | B |
| Octal | 14 | 6 | 62 | 114 | 130 | 0 | 120 | 370 | 117 | 13 |
| Binary | 1100 | 110 | 110010 | 1001100 | 1011000 | 0 | 1010000 | 11111000 | 1001111 | 1011 |
Color Harmonies of #0C0632
Complementary color
Monochromatic Colors of #0C0632
Black with #0C0632
Text Example
Text Example
White with #0C0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0632; }
p { color: rgb(12,6,50); }
H1.HeaderClassName
{
color: #0C0632;
}
.AnyTagClassName
{
color: #0C0632;
}
</style>
background-color css
<style>
a { background-color: #0C0632; }
a { background-color: rgb(12,6,50); }
div.DivClassName
{
background-color: #0C0632;
}
.BgClassName
{
background-color: #0C0632;
}
</style>
border-color css
<style>
span { border-color: #0C0632; }
span { border-color: rgb(12,6,50); }
td.TdClassName
{
border-color: #0C0632;
}
.TagClassName
{
border-color: #0C0632;
}
</style>