Shades of Black Russian #080B19
Tints of Black Russian #080B19
RGB
CMYK
RGB Variations
Color information
#080B19 (or 0x080B19) is known color: Black Russian. HEX triplet: 08, 0B and 19. RGB value is (8,11,25). Sum of RGB (Red+Green+Blue) = 8+11+25=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #080B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B19 is #F7F4E6. Grayscale: #0B0B0B. Windows color (decimal): -16250087 or 1641224. OLE color: 1641224.
HSL color Cylindrical-coordinate representation of color #080B19: hue angle of 229.41º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #080B19 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 11 | 25 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.90 |
| HSL | 229.41º | 0.52% | 0.06% | - |
| HSV(B) | 229.41º | 0.68% | 0.1% | - |
| XYZ | 0.4 | 0.36 | 0.97 | - |
| YUV | 11.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 25 | 0.68 | 0.56 | 0 | 0.90 | 229.41 | 0.52 | 0.06 |
| Hex | 8 | B | 19 | 44 | 38 | 0 | 5A | E5 | 34 | 6 |
| Octal | 10 | 13 | 31 | 104 | 70 | 0 | 132 | 345 | 64 | 6 |
| Binary | 1000 | 1011 | 11001 | 1000100 | 111000 | 0 | 1011010 | 11100101 | 110100 | 110 |
Color Harmonies of #080B19
Complementary color
Monochromatic Colors of #080B19
Black with #080B19
Text Example
Text Example
White with #080B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B19; }
p { color: rgb(8,11,25); }
H1.HeaderClassName
{
color: #080B19;
}
.AnyTagClassName
{
color: #080B19;
}
</style>
background-color css
<style>
a { background-color: #080B19; }
a { background-color: rgb(8,11,25); }
div.DivClassName
{
background-color: #080B19;
}
.BgClassName
{
background-color: #080B19;
}
</style>
border-color css
<style>
span { border-color: #080B19; }
span { border-color: rgb(8,11,25); }
td.TdClassName
{
border-color: #080B19;
}
.TagClassName
{
border-color: #080B19;
}
</style>