Shades of Black Russian #080D19
Tints of Black Russian #080D19
RGB
CMYK
RGB Variations
Color information
#080D19 (or 0x080D19) is known color: Black Russian. HEX triplet: 08, 0D and 19. RGB value is (8,13,25). Sum of RGB (Red+Green+Blue) = 8+13+25=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #080D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D19 is #F7F2E6. Grayscale: #0C0C0C. Windows color (decimal): -16249575 or 1641736. OLE color: 1641736.
HSL color Cylindrical-coordinate representation of color #080D19: hue angle of 222.35º 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 #080D19 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 13 | 25 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.90 |
| HSL | 222.35º | 0.52% | 0.06% | - |
| HSV(B) | 222.35º | 0.68% | 0.1% | - |
| XYZ | 0.42 | 0.41 | 0.98 | - |
| YUV | 12.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 25 | 0.68 | 0.48 | 0 | 0.90 | 222.35 | 0.52 | 0.06 |
| Hex | 8 | D | 19 | 44 | 30 | 0 | 5A | DE | 34 | 6 |
| Octal | 10 | 15 | 31 | 104 | 60 | 0 | 132 | 336 | 64 | 6 |
| Binary | 1000 | 1101 | 11001 | 1000100 | 110000 | 0 | 1011010 | 11011110 | 110100 | 110 |
Color Harmonies of #080D19
Complementary color
Monochromatic Colors of #080D19
Black with #080D19
Text Example
Text Example
White with #080D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D19; }
p { color: rgb(8,13,25); }
H1.HeaderClassName
{
color: #080D19;
}
.AnyTagClassName
{
color: #080D19;
}
</style>
background-color css
<style>
a { background-color: #080D19; }
a { background-color: rgb(8,13,25); }
div.DivClassName
{
background-color: #080D19;
}
.BgClassName
{
background-color: #080D19;
}
</style>
border-color css
<style>
span { border-color: #080D19; }
span { border-color: rgb(8,13,25); }
td.TdClassName
{
border-color: #080D19;
}
.TagClassName
{
border-color: #080D19;
}
</style>