Shades of Black Russian #080A2A
Tints of Black Russian #080A2A
RGB
CMYK
RGB Variations
Color information
#080A2A (or 0x080A2A) is known color: Black Russian. HEX triplet: 08, 0A and 2A. RGB value is (8,10,42). Sum of RGB (Red+Green+Blue) = 8+10+42=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #080A2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A2A is #F7F5D5. Grayscale: #0C0C0C. Windows color (decimal): -16250326 or 2755080. OLE color: 2755080.
HSL color Cylindrical-coordinate representation of color #080A2A: hue angle of 236.47º 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 #080A2A is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 10 | 42 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.84 |
| HSL | 236.47º | 0.68% | 0.1% | - |
| HSV(B) | 236.47º | 0.81% | 0.16% | - |
| XYZ | 0.63 | 0.44 | 2.24 | - |
| YUV | 13.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 42 | 0.81 | 0.76 | 0 | 0.84 | 236.47 | 0.68 | 0.1 |
| Hex | 8 | A | 2A | 51 | 4C | 0 | 54 | EC | 44 | A |
| Octal | 10 | 12 | 52 | 121 | 114 | 0 | 124 | 354 | 104 | 12 |
| Binary | 1000 | 1010 | 101010 | 1010001 | 1001100 | 0 | 1010100 | 11101100 | 1000100 | 1010 |
Color Harmonies of #080A2A
Complementary color
Monochromatic Colors of #080A2A
Black with #080A2A
Text Example
Text Example
White with #080A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A2A; }
p { color: rgb(8,10,42); }
H1.HeaderClassName
{
color: #080A2A;
}
.AnyTagClassName
{
color: #080A2A;
}
</style>
background-color css
<style>
a { background-color: #080A2A; }
a { background-color: rgb(8,10,42); }
div.DivClassName
{
background-color: #080A2A;
}
.BgClassName
{
background-color: #080A2A;
}
</style>
border-color css
<style>
span { border-color: #080A2A; }
span { border-color: rgb(8,10,42); }
td.TdClassName
{
border-color: #080A2A;
}
.TagClassName
{
border-color: #080A2A;
}
</style>