Shades of Black Russian #080219
Tints of Black Russian #080219
RGB
CMYK
RGB Variations
Color information
#080219 (or 0x080219) is known color: Black Russian. HEX triplet: 08, 02 and 19. RGB value is (8,2,25). Sum of RGB (Red+Green+Blue) = 8+2+25=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 25 (10.16% from 255 or 71.43% from 35); Max value from RGB is 25 - color contains mainly: blue. Hex color #080219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080219 is #F7FDE6. Grayscale: #060606. Windows color (decimal): -16252391 or 1638920. OLE color: 1638920.
HSL color Cylindrical-coordinate representation of color #080219: hue angle of 255.65º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080219 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 2 | 25 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.90 |
| HSL | 255.65º | 0.85% | 0.05% | - |
| HSV(B) | 255.65º | 0.92% | 0.1% | - |
| XYZ | 0.3 | 0.17 | 0.94 | - |
| YUV | 6.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 25 | 0.68 | 0.92 | 0 | 0.90 | 255.65 | 0.85 | 0.05 |
| Hex | 8 | 2 | 19 | 44 | 5C | 0 | 5A | 100 | 55 | 5 |
| Octal | 10 | 2 | 31 | 104 | 134 | 0 | 132 | 400 | 125 | 5 |
| Binary | 1000 | 10 | 11001 | 1000100 | 1011100 | 0 | 1011010 | 100000000 | 1010101 | 101 |
Color Harmonies of #080219
Complementary color
Monochromatic Colors of #080219
Black with #080219
Text Example
Text Example
White with #080219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080219; }
p { color: rgb(8,2,25); }
H1.HeaderClassName
{
color: #080219;
}
.AnyTagClassName
{
color: #080219;
}
</style>
background-color css
<style>
a { background-color: #080219; }
a { background-color: rgb(8,2,25); }
div.DivClassName
{
background-color: #080219;
}
.BgClassName
{
background-color: #080219;
}
</style>
border-color css
<style>
span { border-color: #080219; }
span { border-color: rgb(8,2,25); }
td.TdClassName
{
border-color: #080219;
}
.TagClassName
{
border-color: #080219;
}
</style>