Shades of Black Russian #0C082E
Tints of Black Russian #0C082E
RGB
CMYK
RGB Variations
Color information
#0C082E (or 0x0C082E) is known color: Black Russian. HEX triplet: 0C, 08 and 2E. RGB value is (12,8,46). Sum of RGB (Red+Green+Blue) = 12+8+46=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 46 (18.36% from 255 or 69.70% from 66); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C082E is #F3F7D1. Grayscale: #0D0D0D. Windows color (decimal): -15988690 or 3016716. OLE color: 3016716.
HSL color Cylindrical-coordinate representation of color #0C082E: hue angle of 246.32º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C082E is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 8 | 46 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.82 |
| HSL | 246.32º | 0.7% | 0.11% | - |
| HSV(B) | 246.32º | 0.83% | 0.18% | - |
| XYZ | 0.73 | 0.45 | 2.63 | - |
| YUV | 13.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 46 | 0.74 | 0.83 | 0 | 0.82 | 246.32 | 0.7 | 0.11 |
| Hex | C | 8 | 2E | 4A | 53 | 0 | 52 | F6 | 46 | B |
| Octal | 14 | 10 | 56 | 112 | 123 | 0 | 122 | 366 | 106 | 13 |
| Binary | 1100 | 1000 | 101110 | 1001010 | 1010011 | 0 | 1010010 | 11110110 | 1000110 | 1011 |
Color Harmonies of #0C082E
Complementary color
Monochromatic Colors of #0C082E
Black with #0C082E
Text Example
Text Example
White with #0C082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C082E; }
p { color: rgb(12,8,46); }
H1.HeaderClassName
{
color: #0C082E;
}
.AnyTagClassName
{
color: #0C082E;
}
</style>
background-color css
<style>
a { background-color: #0C082E; }
a { background-color: rgb(12,8,46); }
div.DivClassName
{
background-color: #0C082E;
}
.BgClassName
{
background-color: #0C082E;
}
</style>
border-color css
<style>
span { border-color: #0C082E; }
span { border-color: rgb(12,8,46); }
td.TdClassName
{
border-color: #0C082E;
}
.TagClassName
{
border-color: #0C082E;
}
</style>