Shades of Black Russian #08031A
Tints of Black Russian #08031A
RGB
CMYK
RGB Variations
Color information
#08031A (or 0x08031A) is known color: Black Russian. HEX triplet: 08, 03 and 1A. RGB value is (8,3,26). Sum of RGB (Red+Green+Blue) = 8+3+26=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #08031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08031A is #F7FCE5. Grayscale: #070707. Windows color (decimal): -16252134 or 1704712. OLE color: 1704712.
HSL color Cylindrical-coordinate representation of color #08031A: hue angle of 253.04º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08031A is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 3 | 26 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.90 |
| HSL | 253.04º | 0.79% | 0.06% | - |
| HSV(B) | 253.04º | 0.88% | 0.1% | - |
| XYZ | 0.32 | 0.19 | 1 | - |
| YUV | 7.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 26 | 0.69 | 0.88 | 0 | 0.90 | 253.04 | 0.79 | 0.06 |
| Hex | 8 | 3 | 1A | 45 | 58 | 0 | 5A | FD | 4F | 6 |
| Octal | 10 | 3 | 32 | 105 | 130 | 0 | 132 | 375 | 117 | 6 |
| Binary | 1000 | 11 | 11010 | 1000101 | 1011000 | 0 | 1011010 | 11111101 | 1001111 | 110 |
Color Harmonies of #08031A
Complementary color
Monochromatic Colors of #08031A
Black with #08031A
Text Example
Text Example
White with #08031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08031A; }
p { color: rgb(8,3,26); }
H1.HeaderClassName
{
color: #08031A;
}
.AnyTagClassName
{
color: #08031A;
}
</style>
background-color css
<style>
a { background-color: #08031A; }
a { background-color: rgb(8,3,26); }
div.DivClassName
{
background-color: #08031A;
}
.BgClassName
{
background-color: #08031A;
}
</style>
border-color css
<style>
span { border-color: #08031A; }
span { border-color: rgb(8,3,26); }
td.TdClassName
{
border-color: #08031A;
}
.TagClassName
{
border-color: #08031A;
}
</style>