Shades of Black Russian #08001D
Tints of Black Russian #08001D
RGB
CMYK
RGB Variations
Color information
#08001D (or 0x08001D) is known color: Black Russian. HEX triplet: 08, 00 and 1D. RGB value is (8,0,29). Sum of RGB (Red+Green+Blue) = 8+0+29=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 29 (11.72% from 255 or 78.38% from 37); Max value from RGB is 29 - color contains mainly: blue. Hex color #08001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08001D is #F7FFE2. Grayscale: #050505. Windows color (decimal): -16252899 or 1900552. OLE color: 1900552.
HSL color Cylindrical-coordinate representation of color #08001D: hue angle of 256.55º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08001D is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 0 | 29 | - |
| CMYK | 0.72 | 1 | 0 | 0.89 |
| HSL | 256.55º | 1% | 0.06% | - |
| HSV(B) | 256.55º | 1% | 0.11% | - |
| XYZ | 0.32 | 0.14 | 1.17 | - |
| YUV | 5.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 29 | 0.72 | 1 | 0 | 0.89 | 256.55 | 1 | 0.06 |
| Hex | 8 | 0 | 1D | 48 | 64 | 0 | 59 | 101 | 64 | 6 |
| Octal | 10 | 0 | 35 | 110 | 144 | 0 | 131 | 401 | 144 | 6 |
| Binary | 1000 | 0 | 11101 | 1001000 | 1100100 | 0 | 1011001 | 100000001 | 1100100 | 110 |
Color Harmonies of #08001D
Complementary color
Monochromatic Colors of #08001D
Black with #08001D
Text Example
Text Example
White with #08001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08001D; }
p { color: rgb(8,0,29); }
H1.HeaderClassName
{
color: #08001D;
}
.AnyTagClassName
{
color: #08001D;
}
</style>
background-color css
<style>
a { background-color: #08001D; }
a { background-color: rgb(8,0,29); }
div.DivClassName
{
background-color: #08001D;
}
.BgClassName
{
background-color: #08001D;
}
</style>
border-color css
<style>
span { border-color: #08001D; }
span { border-color: rgb(8,0,29); }
td.TdClassName
{
border-color: #08001D;
}
.TagClassName
{
border-color: #08001D;
}
</style>