Shades of Black Russian #080C2E
Tints of Black Russian #080C2E
RGB
CMYK
RGB Variations
Color information
#080C2E (or 0x080C2E) is known color: Black Russian. HEX triplet: 08, 0C and 2E. RGB value is (8,12,46). Sum of RGB (Red+Green+Blue) = 8+12+46=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 12 (5.08% from 255 or 18.18% 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 #080C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C2E is #F7F3D1. Grayscale: #0E0E0E. Windows color (decimal): -16249810 or 3017736. OLE color: 3017736.
HSL color Cylindrical-coordinate representation of color #080C2E: hue angle of 233.68º 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 #080C2E is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 12 | 46 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.82 |
| HSL | 233.68º | 0.7% | 0.11% | - |
| HSV(B) | 233.68º | 0.83% | 0.18% | - |
| XYZ | 0.72 | 0.51 | 2.65 | - |
| YUV | 14.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 46 | 0.83 | 0.74 | 0 | 0.82 | 233.68 | 0.7 | 0.11 |
| Hex | 8 | C | 2E | 53 | 4A | 0 | 52 | EA | 46 | B |
| Octal | 10 | 14 | 56 | 123 | 112 | 0 | 122 | 352 | 106 | 13 |
| Binary | 1000 | 1100 | 101110 | 1010011 | 1001010 | 0 | 1010010 | 11101010 | 1000110 | 1011 |
Color Harmonies of #080C2E
Complementary color
Monochromatic Colors of #080C2E
Black with #080C2E
Text Example
Text Example
White with #080C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C2E; }
p { color: rgb(8,12,46); }
H1.HeaderClassName
{
color: #080C2E;
}
.AnyTagClassName
{
color: #080C2E;
}
</style>
background-color css
<style>
a { background-color: #080C2E; }
a { background-color: rgb(8,12,46); }
div.DivClassName
{
background-color: #080C2E;
}
.BgClassName
{
background-color: #080C2E;
}
</style>
border-color css
<style>
span { border-color: #080C2E; }
span { border-color: rgb(8,12,46); }
td.TdClassName
{
border-color: #080C2E;
}
.TagClassName
{
border-color: #080C2E;
}
</style>