Shades of Black Russian #0C0735
Tints of Black Russian #0C0735
RGB
CMYK
RGB Variations
Color information
#0C0735 (or 0x0C0735) is known color: Black Russian. HEX triplet: 0C, 07 and 35. RGB value is (12,7,53). Sum of RGB (Red+Green+Blue) = 12+7+53=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #0C0735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0735 is #F3F8CA. Grayscale: #0D0D0D. Windows color (decimal): -15988939 or 3475212. OLE color: 3475212.
HSL color Cylindrical-coordinate representation of color #0C0735: hue angle of 246.52º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C0735 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 7 | 53 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.79 |
| HSL | 246.52º | 0.77% | 0.12% | - |
| HSV(B) | 246.52º | 0.87% | 0.21% | - |
| XYZ | 0.87 | 0.49 | 3.42 | - |
| YUV | 13.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 53 | 0.77 | 0.87 | 0 | 0.79 | 246.52 | 0.77 | 0.12 |
| Hex | C | 7 | 35 | 4D | 57 | 0 | 4F | F7 | 4D | C |
| Octal | 14 | 7 | 65 | 115 | 127 | 0 | 117 | 367 | 115 | 14 |
| Binary | 1100 | 111 | 110101 | 1001101 | 1010111 | 0 | 1001111 | 11110111 | 1001101 | 1100 |
Color Harmonies of #0C0735
Complementary color
Monochromatic Colors of #0C0735
Black with #0C0735
Text Example
Text Example
White with #0C0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0735; }
p { color: rgb(12,7,53); }
H1.HeaderClassName
{
color: #0C0735;
}
.AnyTagClassName
{
color: #0C0735;
}
</style>
background-color css
<style>
a { background-color: #0C0735; }
a { background-color: rgb(12,7,53); }
div.DivClassName
{
background-color: #0C0735;
}
.BgClassName
{
background-color: #0C0735;
}
</style>
border-color css
<style>
span { border-color: #0C0735; }
span { border-color: rgb(12,7,53); }
td.TdClassName
{
border-color: #0C0735;
}
.TagClassName
{
border-color: #0C0735;
}
</style>