Shades of Black Russian #080A1E
Tints of Black Russian #080A1E
RGB
CMYK
RGB Variations
Color information
#080A1E (or 0x080A1E) is known color: Black Russian. HEX triplet: 08, 0A and 1E. RGB value is (8,10,30). Sum of RGB (Red+Green+Blue) = 8+10+30=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #080A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A1E is #F7F5E1. Grayscale: #0B0B0B. Windows color (decimal): -16250338 or 1968648. OLE color: 1968648.
HSL color Cylindrical-coordinate representation of color #080A1E: hue angle of 234.55º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080A1E is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 10 | 30 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.88 |
| HSL | 234.55º | 0.58% | 0.07% | - |
| HSV(B) | 234.55º | 0.73% | 0.12% | - |
| XYZ | 0.44 | 0.36 | 1.27 | - |
| YUV | 11.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 30 | 0.73 | 0.67 | 0 | 0.88 | 234.55 | 0.58 | 0.07 |
| Hex | 8 | A | 1E | 49 | 43 | 0 | 58 | EB | 3A | 7 |
| Octal | 10 | 12 | 36 | 111 | 103 | 0 | 130 | 353 | 72 | 7 |
| Binary | 1000 | 1010 | 11110 | 1001001 | 1000011 | 0 | 1011000 | 11101011 | 111010 | 111 |
Color Harmonies of #080A1E
Complementary color
Monochromatic Colors of #080A1E
Black with #080A1E
Text Example
Text Example
White with #080A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A1E; }
p { color: rgb(8,10,30); }
H1.HeaderClassName
{
color: #080A1E;
}
.AnyTagClassName
{
color: #080A1E;
}
</style>
background-color css
<style>
a { background-color: #080A1E; }
a { background-color: rgb(8,10,30); }
div.DivClassName
{
background-color: #080A1E;
}
.BgClassName
{
background-color: #080A1E;
}
</style>
border-color css
<style>
span { border-color: #080A1E; }
span { border-color: rgb(8,10,30); }
td.TdClassName
{
border-color: #080A1E;
}
.TagClassName
{
border-color: #080A1E;
}
</style>