Shades of Black Russian #08081F
Tints of Black Russian #08081F
RGB
CMYK
RGB Variations
Color information
#08081F (or 0x08081F) is known color: Black Russian. HEX triplet: 08, 08 and 1F. RGB value is (8,8,31). Sum of RGB (Red+Green+Blue) = 8+8+31=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #08081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08081F is #F7F7E0. Grayscale: #0A0A0A. Windows color (decimal): -16250849 or 2033672. OLE color: 2033672.
HSL color Cylindrical-coordinate representation of color #08081F: hue angle of 240º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #08081F is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 8 | 31 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.88 |
| HSL | 240º | 0.59% | 0.08% | - |
| HSV(B) | 240º | 0.74% | 0.12% | - |
| XYZ | 0.43 | 0.32 | 1.34 | - |
| YUV | 10.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 31 | 0.74 | 0.74 | 0 | 0.88 | 240 | 0.59 | 0.08 |
| Hex | 8 | 8 | 1F | 4A | 4A | 0 | 58 | F0 | 3B | 8 |
| Octal | 10 | 10 | 37 | 112 | 112 | 0 | 130 | 360 | 73 | 10 |
| Binary | 1000 | 1000 | 11111 | 1001010 | 1001010 | 0 | 1011000 | 11110000 | 111011 | 1000 |
Color Harmonies of #08081F
Complementary color
Monochromatic Colors of #08081F
Black with #08081F
Text Example
Text Example
White with #08081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08081F; }
p { color: rgb(8,8,31); }
H1.HeaderClassName
{
color: #08081F;
}
.AnyTagClassName
{
color: #08081F;
}
</style>
background-color css
<style>
a { background-color: #08081F; }
a { background-color: rgb(8,8,31); }
div.DivClassName
{
background-color: #08081F;
}
.BgClassName
{
background-color: #08081F;
}
</style>
border-color css
<style>
span { border-color: #08081F; }
span { border-color: rgb(8,8,31); }
td.TdClassName
{
border-color: #08081F;
}
.TagClassName
{
border-color: #08081F;
}
</style>