Shades of Black Russian #08001F
Tints of Black Russian #08001F
RGB
CMYK
RGB Variations
Color information
#08001F (or 0x08001F) is known color: Black Russian. HEX triplet: 08, 00 and 1F. RGB value is (8,0,31). Sum of RGB (Red+Green+Blue) = 8+0+31=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #08001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08001F is #F7FFE0. Grayscale: #050505. Windows color (decimal): -16252897 or 2031624. OLE color: 2031624.
HSL color Cylindrical-coordinate representation of color #08001F: hue angle of 255.48º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08001F is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 0 | 31 | - |
| CMYK | 0.74 | 1 | 0 | 0.88 |
| HSL | 255.48º | 1% | 0.06% | - |
| HSV(B) | 255.48º | 1% | 0.12% | - |
| XYZ | 0.35 | 0.15 | 1.31 | - |
| YUV | 5.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 31 | 0.74 | 1 | 0 | 0.88 | 255.48 | 1 | 0.06 |
| Hex | 8 | 0 | 1F | 4A | 64 | 0 | 58 | FF | 64 | 6 |
| Octal | 10 | 0 | 37 | 112 | 144 | 0 | 130 | 377 | 144 | 6 |
| Binary | 1000 | 0 | 11111 | 1001010 | 1100100 | 0 | 1011000 | 11111111 | 1100100 | 110 |
Color Harmonies of #08001F
Complementary color
Monochromatic Colors of #08001F
Black with #08001F
Text Example
Text Example
White with #08001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08001F; }
p { color: rgb(8,0,31); }
H1.HeaderClassName
{
color: #08001F;
}
.AnyTagClassName
{
color: #08001F;
}
</style>
background-color css
<style>
a { background-color: #08001F; }
a { background-color: rgb(8,0,31); }
div.DivClassName
{
background-color: #08001F;
}
.BgClassName
{
background-color: #08001F;
}
</style>
border-color css
<style>
span { border-color: #08001F; }
span { border-color: rgb(8,0,31); }
td.TdClassName
{
border-color: #08001F;
}
.TagClassName
{
border-color: #08001F;
}
</style>