Shades of Black Russian #08081E
Tints of Black Russian #08081E
RGB
CMYK
RGB Variations
Color information
#08081E (or 0x08081E) is known color: Black Russian. HEX triplet: 08, 08 and 1E. RGB value is (8,8,30). Sum of RGB (Red+Green+Blue) = 8+8+30=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #08081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08081E is #F7F7E1. Grayscale: #0A0A0A. Windows color (decimal): -16250850 or 1968136. OLE color: 1968136.
HSL color Cylindrical-coordinate representation of color #08081E: hue angle of 240º 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 #08081E is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 8 | 30 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.88 |
| HSL | 240º | 0.58% | 0.07% | - |
| HSV(B) | 240º | 0.73% | 0.12% | - |
| XYZ | 0.42 | 0.32 | 1.27 | - |
| YUV | 10.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 30 | 0.73 | 0.73 | 0 | 0.88 | 240 | 0.58 | 0.07 |
| Hex | 8 | 8 | 1E | 49 | 49 | 0 | 58 | F0 | 3A | 7 |
| Octal | 10 | 10 | 36 | 111 | 111 | 0 | 130 | 360 | 72 | 7 |
| Binary | 1000 | 1000 | 11110 | 1001001 | 1001001 | 0 | 1011000 | 11110000 | 111010 | 111 |
Color Harmonies of #08081E
Complementary color
Monochromatic Colors of #08081E
Black with #08081E
Text Example
Text Example
White with #08081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08081E; }
p { color: rgb(8,8,30); }
H1.HeaderClassName
{
color: #08081E;
}
.AnyTagClassName
{
color: #08081E;
}
</style>
background-color css
<style>
a { background-color: #08081E; }
a { background-color: rgb(8,8,30); }
div.DivClassName
{
background-color: #08081E;
}
.BgClassName
{
background-color: #08081E;
}
</style>
border-color css
<style>
span { border-color: #08081E; }
span { border-color: rgb(8,8,30); }
td.TdClassName
{
border-color: #08081E;
}
.TagClassName
{
border-color: #08081E;
}
</style>