Shades of Black Russian #080A1A
Tints of Black Russian #080A1A
RGB
CMYK
RGB Variations
Color information
#080A1A (or 0x080A1A) is known color: Black Russian. HEX triplet: 08, 0A and 1A. RGB value is (8,10,26). Sum of RGB (Red+Green+Blue) = 8+10+26=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #080A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A1A is #F7F5E5. Grayscale: #0B0B0B. Windows color (decimal): -16250342 or 1706504. OLE color: 1706504.
HSL color Cylindrical-coordinate representation of color #080A1A: hue angle of 233.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #080A1A is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 10 | 26 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.90 |
| HSL | 233.33º | 0.53% | 0.07% | - |
| HSV(B) | 233.33º | 0.69% | 0.1% | - |
| XYZ | 0.4 | 0.34 | 1.02 | - |
| YUV | 11.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 26 | 0.69 | 0.62 | 0 | 0.90 | 233.33 | 0.53 | 0.07 |
| Hex | 8 | A | 1A | 45 | 3E | 0 | 5A | E9 | 35 | 7 |
| Octal | 10 | 12 | 32 | 105 | 76 | 0 | 132 | 351 | 65 | 7 |
| Binary | 1000 | 1010 | 11010 | 1000101 | 111110 | 0 | 1011010 | 11101001 | 110101 | 111 |
Color Harmonies of #080A1A
Complementary color
Monochromatic Colors of #080A1A
Black with #080A1A
Text Example
Text Example
White with #080A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A1A; }
p { color: rgb(8,10,26); }
H1.HeaderClassName
{
color: #080A1A;
}
.AnyTagClassName
{
color: #080A1A;
}
</style>
background-color css
<style>
a { background-color: #080A1A; }
a { background-color: rgb(8,10,26); }
div.DivClassName
{
background-color: #080A1A;
}
.BgClassName
{
background-color: #080A1A;
}
</style>
border-color css
<style>
span { border-color: #080A1A; }
span { border-color: rgb(8,10,26); }
td.TdClassName
{
border-color: #080A1A;
}
.TagClassName
{
border-color: #080A1A;
}
</style>