Shades of Black Russian #08012D
Tints of Black Russian #08012D
RGB
CMYK
RGB Variations
Color information
#08012D (or 0x08012D) is known color: Black Russian. HEX triplet: 08, 01 and 2D. RGB value is (8,1,45). Sum of RGB (Red+Green+Blue) = 8+1+45=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 45 (17.97% from 255 or 83.33% from 54); Max value from RGB is 45 - color contains mainly: blue. Hex color #08012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08012D is #F7FED2. Grayscale: #070707. Windows color (decimal): -16252627 or 2949384. OLE color: 2949384.
HSL color Cylindrical-coordinate representation of color #08012D: hue angle of 249.55º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08012D is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 1 | 45 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.82 |
| HSL | 249.55º | 0.96% | 0.09% | - |
| HSV(B) | 249.55º | 0.98% | 0.18% | - |
| XYZ | 0.58 | 0.26 | 2.5 | - |
| YUV | 8.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 45 | 0.82 | 0.98 | 0 | 0.82 | 249.55 | 0.96 | 0.09 |
| Hex | 8 | 1 | 2D | 52 | 62 | 0 | 52 | FA | 60 | 9 |
| Octal | 10 | 1 | 55 | 122 | 142 | 0 | 122 | 372 | 140 | 11 |
| Binary | 1000 | 1 | 101101 | 1010010 | 1100010 | 0 | 1010010 | 11111010 | 1100000 | 1001 |
Color Harmonies of #08012D
Complementary color
Monochromatic Colors of #08012D
Black with #08012D
Text Example
Text Example
White with #08012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08012D; }
p { color: rgb(8,1,45); }
H1.HeaderClassName
{
color: #08012D;
}
.AnyTagClassName
{
color: #08012D;
}
</style>
background-color css
<style>
a { background-color: #08012D; }
a { background-color: rgb(8,1,45); }
div.DivClassName
{
background-color: #08012D;
}
.BgClassName
{
background-color: #08012D;
}
</style>
border-color css
<style>
span { border-color: #08012D; }
span { border-color: rgb(8,1,45); }
td.TdClassName
{
border-color: #08012D;
}
.TagClassName
{
border-color: #08012D;
}
</style>