Shades of Black Russian #0C081C
Tints of Black Russian #0C081C
RGB
CMYK
RGB Variations
Color information
#0C081C (or 0x0C081C) is known color: Black Russian. HEX triplet: 0C, 08 and 1C. RGB value is (12,8,28). Sum of RGB (Red+Green+Blue) = 12+8+28=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C081C is #F3F7E3. Grayscale: #0B0B0B. Windows color (decimal): -15988708 or 1837068. OLE color: 1837068.
HSL color Cylindrical-coordinate representation of color #0C081C: hue angle of 252º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C081C is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 8 | 28 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.89 |
| HSL | 252º | 0.56% | 0.07% | - |
| HSV(B) | 252º | 0.71% | 0.11% | - |
| XYZ | 0.45 | 0.34 | 1.14 | - |
| YUV | 11.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 28 | 0.57 | 0.71 | 0 | 0.89 | 252 | 0.56 | 0.07 |
| Hex | C | 8 | 1C | 39 | 47 | 0 | 59 | FC | 38 | 7 |
| Octal | 14 | 10 | 34 | 71 | 107 | 0 | 131 | 374 | 70 | 7 |
| Binary | 1100 | 1000 | 11100 | 111001 | 1000111 | 0 | 1011001 | 11111100 | 111000 | 111 |
Color Harmonies of #0C081C
Complementary color
Monochromatic Colors of #0C081C
Black with #0C081C
Text Example
Text Example
White with #0C081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C081C; }
p { color: rgb(12,8,28); }
H1.HeaderClassName
{
color: #0C081C;
}
.AnyTagClassName
{
color: #0C081C;
}
</style>
background-color css
<style>
a { background-color: #0C081C; }
a { background-color: rgb(12,8,28); }
div.DivClassName
{
background-color: #0C081C;
}
.BgClassName
{
background-color: #0C081C;
}
</style>
border-color css
<style>
span { border-color: #0C081C; }
span { border-color: rgb(12,8,28); }
td.TdClassName
{
border-color: #0C081C;
}
.TagClassName
{
border-color: #0C081C;
}
</style>