Shades of Black Russian #080919
Tints of Black Russian #080919
RGB
CMYK
RGB Variations
Color information
#080919 (or 0x080919) is known color: Black Russian. HEX triplet: 08, 09 and 19. RGB value is (8,9,25). Sum of RGB (Red+Green+Blue) = 8+9+25=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #080919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080919 is #F7F6E6. Grayscale: #0A0A0A. Windows color (decimal): -16250599 or 1640712. OLE color: 1640712.
HSL color Cylindrical-coordinate representation of color #080919: hue angle of 236.47º 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 #080919 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 9 | 25 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.90 |
| HSL | 236.47º | 0.52% | 0.06% | - |
| HSV(B) | 236.47º | 0.68% | 0.1% | - |
| XYZ | 0.37 | 0.32 | 0.96 | - |
| YUV | 10.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 25 | 0.68 | 0.64 | 0 | 0.90 | 236.47 | 0.52 | 0.06 |
| Hex | 8 | 9 | 19 | 44 | 40 | 0 | 5A | EC | 34 | 6 |
| Octal | 10 | 11 | 31 | 104 | 100 | 0 | 132 | 354 | 64 | 6 |
| Binary | 1000 | 1001 | 11001 | 1000100 | 1000000 | 0 | 1011010 | 11101100 | 110100 | 110 |
Color Harmonies of #080919
Complementary color
Monochromatic Colors of #080919
Black with #080919
Text Example
Text Example
White with #080919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080919; }
p { color: rgb(8,9,25); }
H1.HeaderClassName
{
color: #080919;
}
.AnyTagClassName
{
color: #080919;
}
</style>
background-color css
<style>
a { background-color: #080919; }
a { background-color: rgb(8,9,25); }
div.DivClassName
{
background-color: #080919;
}
.BgClassName
{
background-color: #080919;
}
</style>
border-color css
<style>
span { border-color: #080919; }
span { border-color: rgb(8,9,25); }
td.TdClassName
{
border-color: #080919;
}
.TagClassName
{
border-color: #080919;
}
</style>