Shades of Black Russian #0C0936
Tints of Black Russian #0C0936
RGB
CMYK
RGB Variations
Color information
#0C0936 (or 0x0C0936) is known color: Black Russian. HEX triplet: 0C, 09 and 36. RGB value is (12,9,54). Sum of RGB (Red+Green+Blue) = 12+9+54=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #0C0936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0936 is #F3F6C9. Grayscale: #0E0E0E. Windows color (decimal): -15988426 or 3541260. OLE color: 3541260.
HSL color Cylindrical-coordinate representation of color #0C0936: hue angle of 244º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0936 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 9 | 54 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.79 |
| HSL | 244º | 0.71% | 0.12% | - |
| HSV(B) | 244º | 0.83% | 0.21% | - |
| XYZ | 0.92 | 0.54 | 3.55 | - |
| YUV | 15.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 54 | 0.78 | 0.83 | 0 | 0.79 | 244 | 0.71 | 0.12 |
| Hex | C | 9 | 36 | 4E | 53 | 0 | 4F | F4 | 47 | C |
| Octal | 14 | 11 | 66 | 116 | 123 | 0 | 117 | 364 | 107 | 14 |
| Binary | 1100 | 1001 | 110110 | 1001110 | 1010011 | 0 | 1001111 | 11110100 | 1000111 | 1100 |
Color Harmonies of #0C0936
Complementary color
Monochromatic Colors of #0C0936
Black with #0C0936
Text Example
Text Example
White with #0C0936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0936; }
p { color: rgb(12,9,54); }
H1.HeaderClassName
{
color: #0C0936;
}
.AnyTagClassName
{
color: #0C0936;
}
</style>
background-color css
<style>
a { background-color: #0C0936; }
a { background-color: rgb(12,9,54); }
div.DivClassName
{
background-color: #0C0936;
}
.BgClassName
{
background-color: #0C0936;
}
</style>
border-color css
<style>
span { border-color: #0C0936; }
span { border-color: rgb(12,9,54); }
td.TdClassName
{
border-color: #0C0936;
}
.TagClassName
{
border-color: #0C0936;
}
</style>