Shades of Black Russian #0C082F
Tints of Black Russian #0C082F
RGB
CMYK
RGB Variations
Color information
#0C082F (or 0x0C082F) is known color: Black Russian. HEX triplet: 0C, 08 and 2F. RGB value is (12,8,47). Sum of RGB (Red+Green+Blue) = 12+8+47=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C082F is #F3F7D0. Grayscale: #0D0D0D. Windows color (decimal): -15988689 or 3082252. OLE color: 3082252.
HSL color Cylindrical-coordinate representation of color #0C082F: hue angle of 246.15º degrees, saturation: 0.71, 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 #0C082F is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 8 | 47 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.82 |
| HSL | 246.15º | 0.71% | 0.11% | - |
| HSV(B) | 246.15º | 0.83% | 0.18% | - |
| XYZ | 0.75 | 0.46 | 2.74 | - |
| YUV | 13.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 47 | 0.74 | 0.83 | 0 | 0.82 | 246.15 | 0.71 | 0.11 |
| Hex | C | 8 | 2F | 4A | 53 | 0 | 52 | F6 | 47 | B |
| Octal | 14 | 10 | 57 | 112 | 123 | 0 | 122 | 366 | 107 | 13 |
| Binary | 1100 | 1000 | 101111 | 1001010 | 1010011 | 0 | 1010010 | 11110110 | 1000111 | 1011 |
Color Harmonies of #0C082F
Complementary color
Monochromatic Colors of #0C082F
Black with #0C082F
Text Example
Text Example
White with #0C082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C082F; }
p { color: rgb(12,8,47); }
H1.HeaderClassName
{
color: #0C082F;
}
.AnyTagClassName
{
color: #0C082F;
}
</style>
background-color css
<style>
a { background-color: #0C082F; }
a { background-color: rgb(12,8,47); }
div.DivClassName
{
background-color: #0C082F;
}
.BgClassName
{
background-color: #0C082F;
}
</style>
border-color css
<style>
span { border-color: #0C082F; }
span { border-color: rgb(12,8,47); }
td.TdClassName
{
border-color: #0C082F;
}
.TagClassName
{
border-color: #0C082F;
}
</style>