Shades of Black Russian #080A15
Tints of Black Russian #080A15
RGB
CMYK
RGB Variations
Color information
#080A15 (or 0x080A15) is known color: Black Russian. HEX triplet: 08, 0A and 15. RGB value is (8,10,21). Sum of RGB (Red+Green+Blue) = 8+10+21=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #080A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A15 is #F7F5EA. Grayscale: #0A0A0A. Windows color (decimal): -16250347 or 1378824. OLE color: 1378824.
HSL color Cylindrical-coordinate representation of color #080A15: hue angle of 230.77º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080A15 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 10 | 21 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.92 |
| HSL | 230.77º | 0.45% | 0.06% | - |
| HSV(B) | 230.77º | 0.62% | 0.08% | - |
| XYZ | 0.34 | 0.32 | 0.75 | - |
| YUV | 10.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 21 | 0.62 | 0.52 | 0 | 0.92 | 230.77 | 0.45 | 0.06 |
| Hex | 8 | A | 15 | 3E | 34 | 0 | 5C | E7 | 2D | 6 |
| Octal | 10 | 12 | 25 | 76 | 64 | 0 | 134 | 347 | 55 | 6 |
| Binary | 1000 | 1010 | 10101 | 111110 | 110100 | 0 | 1011100 | 11100111 | 101101 | 110 |
Color Harmonies of #080A15
Complementary color
Monochromatic Colors of #080A15
Black with #080A15
Text Example
Text Example
White with #080A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A15; }
p { color: rgb(8,10,21); }
H1.HeaderClassName
{
color: #080A15;
}
.AnyTagClassName
{
color: #080A15;
}
</style>
background-color css
<style>
a { background-color: #080A15; }
a { background-color: rgb(8,10,21); }
div.DivClassName
{
background-color: #080A15;
}
.BgClassName
{
background-color: #080A15;
}
</style>
border-color css
<style>
span { border-color: #080A15; }
span { border-color: rgb(8,10,21); }
td.TdClassName
{
border-color: #080A15;
}
.TagClassName
{
border-color: #080A15;
}
</style>