Shades of Black Russian #08002C
Tints of Black Russian #08002C
RGB
CMYK
RGB Variations
Color information
#08002C (or 0x08002C) is known color: Black Russian. HEX triplet: 08, 00 and 2C. RGB value is (8,0,44). Sum of RGB (Red+Green+Blue) = 8+0+44=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 44 (17.58% from 255 or 84.62% from 52); Max value from RGB is 44 - color contains mainly: blue. Hex color #08002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08002C is #F7FFD3. Grayscale: #070707. Windows color (decimal): -16252884 or 2883592. OLE color: 2883592.
HSL color Cylindrical-coordinate representation of color #08002C: hue angle of 250.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08002C is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 0 | 44 | - |
| CMYK | 0.82 | 1 | 0 | 0.83 |
| HSL | 250.91º | 1% | 0.09% | - |
| HSV(B) | 250.91º | 1% | 0.17% | - |
| XYZ | 0.55 | 0.23 | 2.4 | - |
| YUV | 7.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 44 | 0.82 | 1 | 0 | 0.83 | 250.91 | 1 | 0.09 |
| Hex | 8 | 0 | 2C | 52 | 64 | 0 | 53 | FB | 64 | 9 |
| Octal | 10 | 0 | 54 | 122 | 144 | 0 | 123 | 373 | 144 | 11 |
| Binary | 1000 | 0 | 101100 | 1010010 | 1100100 | 0 | 1010011 | 11111011 | 1100100 | 1001 |
Color Harmonies of #08002C
Complementary color
Monochromatic Colors of #08002C
Black with #08002C
Text Example
Text Example
White with #08002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08002C; }
p { color: rgb(8,0,44); }
H1.HeaderClassName
{
color: #08002C;
}
.AnyTagClassName
{
color: #08002C;
}
</style>
background-color css
<style>
a { background-color: #08002C; }
a { background-color: rgb(8,0,44); }
div.DivClassName
{
background-color: #08002C;
}
.BgClassName
{
background-color: #08002C;
}
</style>
border-color css
<style>
span { border-color: #08002C; }
span { border-color: rgb(8,0,44); }
td.TdClassName
{
border-color: #08002C;
}
.TagClassName
{
border-color: #08002C;
}
</style>