Shades of Black Russian #080A28
Tints of Black Russian #080A28
RGB
CMYK
RGB Variations
Color information
#080A28 (or 0x080A28) is known color: Black Russian. HEX triplet: 08, 0A and 28. RGB value is (8,10,40). Sum of RGB (Red+Green+Blue) = 8+10+40=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #080A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A28 is #F7F5D7. Grayscale: #0C0C0C. Windows color (decimal): -16250328 or 2624008. OLE color: 2624008.
HSL color Cylindrical-coordinate representation of color #080A28: hue angle of 236.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #080A28 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 10 | 40 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.84 |
| HSL | 236.25º | 0.67% | 0.09% | - |
| HSV(B) | 236.25º | 0.8% | 0.16% | - |
| XYZ | 0.59 | 0.42 | 2.06 | - |
| YUV | 12.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 40 | 0.80 | 0.75 | 0 | 0.84 | 236.25 | 0.67 | 0.09 |
| Hex | 8 | A | 28 | 50 | 4B | 0 | 54 | EC | 43 | 9 |
| Octal | 10 | 12 | 50 | 120 | 113 | 0 | 124 | 354 | 103 | 11 |
| Binary | 1000 | 1010 | 101000 | 1010000 | 1001011 | 0 | 1010100 | 11101100 | 1000011 | 1001 |
Color Harmonies of #080A28
Complementary color
Monochromatic Colors of #080A28
Black with #080A28
Text Example
Text Example
White with #080A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A28; }
p { color: rgb(8,10,40); }
H1.HeaderClassName
{
color: #080A28;
}
.AnyTagClassName
{
color: #080A28;
}
</style>
background-color css
<style>
a { background-color: #080A28; }
a { background-color: rgb(8,10,40); }
div.DivClassName
{
background-color: #080A28;
}
.BgClassName
{
background-color: #080A28;
}
</style>
border-color css
<style>
span { border-color: #080A28; }
span { border-color: rgb(8,10,40); }
td.TdClassName
{
border-color: #080A28;
}
.TagClassName
{
border-color: #080A28;
}
</style>