Shades of Black Russian #080228
Tints of Black Russian #080228
RGB
CMYK
RGB Variations
Color information
#080228 (or 0x080228) is known color: Black Russian. HEX triplet: 08, 02 and 28. RGB value is (8,2,40). Sum of RGB (Red+Green+Blue) = 8+2+40=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 40 (16.02% from 255 or 80% from 50); Max value from RGB is 40 - color contains mainly: blue. Hex color #080228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080228 is #F7FDD7. Grayscale: #070707. Windows color (decimal): -16252376 or 2621960. OLE color: 2621960.
HSL color Cylindrical-coordinate representation of color #080228: hue angle of 249.47º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080228 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 2 | 40 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.84 |
| HSL | 249.47º | 0.9% | 0.08% | - |
| HSV(B) | 249.47º | 0.95% | 0.16% | - |
| XYZ | 0.5 | 0.25 | 2.03 | - |
| YUV | 8.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 40 | 0.80 | 0.95 | 0 | 0.84 | 249.47 | 0.9 | 0.08 |
| Hex | 8 | 2 | 28 | 50 | 5F | 0 | 54 | F9 | 5A | 8 |
| Octal | 10 | 2 | 50 | 120 | 137 | 0 | 124 | 371 | 132 | 10 |
| Binary | 1000 | 10 | 101000 | 1010000 | 1011111 | 0 | 1010100 | 11111001 | 1011010 | 1000 |
Color Harmonies of #080228
Complementary color
Monochromatic Colors of #080228
Black with #080228
Text Example
Text Example
White with #080228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080228; }
p { color: rgb(8,2,40); }
H1.HeaderClassName
{
color: #080228;
}
.AnyTagClassName
{
color: #080228;
}
</style>
background-color css
<style>
a { background-color: #080228; }
a { background-color: rgb(8,2,40); }
div.DivClassName
{
background-color: #080228;
}
.BgClassName
{
background-color: #080228;
}
</style>
border-color css
<style>
span { border-color: #080228; }
span { border-color: rgb(8,2,40); }
td.TdClassName
{
border-color: #080228;
}
.TagClassName
{
border-color: #080228;
}
</style>