Shades of Black Russian #080F1F
Tints of Black Russian #080F1F
RGB
CMYK
RGB Variations
Color information
#080F1F (or 0x080F1F) is known color: Black Russian. HEX triplet: 08, 0F and 1F. RGB value is (8,15,31). Sum of RGB (Red+Green+Blue) = 8+15+31=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #080F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F1F is #F7F0E0. Grayscale: #0E0E0E. Windows color (decimal): -16249057 or 2035464. OLE color: 2035464.
HSL color Cylindrical-coordinate representation of color #080F1F: hue angle of 221.74º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #080F1F is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 15 | 31 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.88 |
| HSL | 221.74º | 0.59% | 0.08% | - |
| HSV(B) | 221.74º | 0.74% | 0.12% | - |
| XYZ | 0.52 | 0.49 | 1.36 | - |
| YUV | 14.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 31 | 0.74 | 0.52 | 0 | 0.88 | 221.74 | 0.59 | 0.08 |
| Hex | 8 | F | 1F | 4A | 34 | 0 | 58 | DE | 3B | 8 |
| Octal | 10 | 17 | 37 | 112 | 64 | 0 | 130 | 336 | 73 | 10 |
| Binary | 1000 | 1111 | 11111 | 1001010 | 110100 | 0 | 1011000 | 11011110 | 111011 | 1000 |
Color Harmonies of #080F1F
Complementary color
Monochromatic Colors of #080F1F
Black with #080F1F
Text Example
Text Example
White with #080F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F1F; }
p { color: rgb(8,15,31); }
H1.HeaderClassName
{
color: #080F1F;
}
.AnyTagClassName
{
color: #080F1F;
}
</style>
background-color css
<style>
a { background-color: #080F1F; }
a { background-color: rgb(8,15,31); }
div.DivClassName
{
background-color: #080F1F;
}
.BgClassName
{
background-color: #080F1F;
}
</style>
border-color css
<style>
span { border-color: #080F1F; }
span { border-color: rgb(8,15,31); }
td.TdClassName
{
border-color: #080F1F;
}
.TagClassName
{
border-color: #080F1F;
}
</style>