Shades of Black Russian #0C0834
Tints of Black Russian #0C0834
RGB
CMYK
RGB Variations
Color information
#0C0834 (or 0x0C0834) is known color: Black Russian. HEX triplet: 0C, 08 and 34. RGB value is (12,8,52). Sum of RGB (Red+Green+Blue) = 12+8+52=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C0834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0834 is #F3F7CB. Grayscale: #0E0E0E. Windows color (decimal): -15988684 or 3409932. OLE color: 3409932.
HSL color Cylindrical-coordinate representation of color #0C0834: hue angle of 245.45º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C0834 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 8 | 52 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.80 |
| HSL | 245.45º | 0.73% | 0.12% | - |
| HSV(B) | 245.45º | 0.85% | 0.2% | - |
| XYZ | 0.86 | 0.5 | 3.3 | - |
| YUV | 14.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 52 | 0.77 | 0.85 | 0 | 0.80 | 245.45 | 0.73 | 0.12 |
| Hex | C | 8 | 34 | 4D | 55 | 0 | 50 | F5 | 49 | C |
| Octal | 14 | 10 | 64 | 115 | 125 | 0 | 120 | 365 | 111 | 14 |
| Binary | 1100 | 1000 | 110100 | 1001101 | 1010101 | 0 | 1010000 | 11110101 | 1001001 | 1100 |
Color Harmonies of #0C0834
Complementary color
Monochromatic Colors of #0C0834
Black with #0C0834
Text Example
Text Example
White with #0C0834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0834; }
p { color: rgb(12,8,52); }
H1.HeaderClassName
{
color: #0C0834;
}
.AnyTagClassName
{
color: #0C0834;
}
</style>
background-color css
<style>
a { background-color: #0C0834; }
a { background-color: rgb(12,8,52); }
div.DivClassName
{
background-color: #0C0834;
}
.BgClassName
{
background-color: #0C0834;
}
</style>
border-color css
<style>
span { border-color: #0C0834; }
span { border-color: rgb(12,8,52); }
td.TdClassName
{
border-color: #0C0834;
}
.TagClassName
{
border-color: #0C0834;
}
</style>