Shades of Black Russian #08032D
Tints of Black Russian #08032D
RGB
CMYK
RGB Variations
Color information
#08032D (or 0x08032D) is known color: Black Russian. HEX triplet: 08, 03 and 2D. RGB value is (8,3,45). Sum of RGB (Red+Green+Blue) = 8+3+45=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 45 (17.97% from 255 or 80.36% from 56); Max value from RGB is 45 - color contains mainly: blue. Hex color #08032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08032D is #F7FCD2. Grayscale: #090909. Windows color (decimal): -16252115 or 2949896. OLE color: 2949896.
HSL color Cylindrical-coordinate representation of color #08032D: hue angle of 247.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08032D is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 3 | 45 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.82 |
| HSL | 247.14º | 0.88% | 0.09% | - |
| HSV(B) | 247.14º | 0.93% | 0.18% | - |
| XYZ | 0.61 | 0.31 | 2.51 | - |
| YUV | 9.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 45 | 0.82 | 0.93 | 0 | 0.82 | 247.14 | 0.88 | 0.09 |
| Hex | 8 | 3 | 2D | 52 | 5D | 0 | 52 | F7 | 58 | 9 |
| Octal | 10 | 3 | 55 | 122 | 135 | 0 | 122 | 367 | 130 | 11 |
| Binary | 1000 | 11 | 101101 | 1010010 | 1011101 | 0 | 1010010 | 11110111 | 1011000 | 1001 |
Color Harmonies of #08032D
Complementary color
Monochromatic Colors of #08032D
Black with #08032D
Text Example
Text Example
White with #08032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08032D; }
p { color: rgb(8,3,45); }
H1.HeaderClassName
{
color: #08032D;
}
.AnyTagClassName
{
color: #08032D;
}
</style>
background-color css
<style>
a { background-color: #08032D; }
a { background-color: rgb(8,3,45); }
div.DivClassName
{
background-color: #08032D;
}
.BgClassName
{
background-color: #08032D;
}
</style>
border-color css
<style>
span { border-color: #08032D; }
span { border-color: rgb(8,3,45); }
td.TdClassName
{
border-color: #08032D;
}
.TagClassName
{
border-color: #08032D;
}
</style>