Shades of Black Russian #080C2A
Tints of Black Russian #080C2A
RGB
CMYK
RGB Variations
Color information
#080C2A (or 0x080C2A) is known color: Black Russian. HEX triplet: 08, 0C and 2A. RGB value is (8,12,42). Sum of RGB (Red+Green+Blue) = 8+12+42=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #080C2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C2A is #F7F3D5. Grayscale: #0E0E0E. Windows color (decimal): -16249814 or 2755592. OLE color: 2755592.
HSL color Cylindrical-coordinate representation of color #080C2A: hue angle of 232.94º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #080C2A is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 12 | 42 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.84 |
| HSL | 232.94º | 0.68% | 0.1% | - |
| HSV(B) | 232.94º | 0.81% | 0.16% | - |
| XYZ | 0.65 | 0.48 | 2.25 | - |
| YUV | 14.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 42 | 0.81 | 0.71 | 0 | 0.84 | 232.94 | 0.68 | 0.1 |
| Hex | 8 | C | 2A | 51 | 47 | 0 | 54 | E9 | 44 | A |
| Octal | 10 | 14 | 52 | 121 | 107 | 0 | 124 | 351 | 104 | 12 |
| Binary | 1000 | 1100 | 101010 | 1010001 | 1000111 | 0 | 1010100 | 11101001 | 1000100 | 1010 |
Color Harmonies of #080C2A
Complementary color
Monochromatic Colors of #080C2A
Black with #080C2A
Text Example
Text Example
White with #080C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C2A; }
p { color: rgb(8,12,42); }
H1.HeaderClassName
{
color: #080C2A;
}
.AnyTagClassName
{
color: #080C2A;
}
</style>
background-color css
<style>
a { background-color: #080C2A; }
a { background-color: rgb(8,12,42); }
div.DivClassName
{
background-color: #080C2A;
}
.BgClassName
{
background-color: #080C2A;
}
</style>
border-color css
<style>
span { border-color: #080C2A; }
span { border-color: rgb(8,12,42); }
td.TdClassName
{
border-color: #080C2A;
}
.TagClassName
{
border-color: #080C2A;
}
</style>