Shades of Black Russian #080A1F
Tints of Black Russian #080A1F
RGB
CMYK
RGB Variations
Color information
#080A1F (or 0x080A1F) is known color: Black Russian. HEX triplet: 08, 0A and 1F. RGB value is (8,10,31). Sum of RGB (Red+Green+Blue) = 8+10+31=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #080A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A1F is #F7F5E0. Grayscale: #0B0B0B. Windows color (decimal): -16250337 or 2034184. OLE color: 2034184.
HSL color Cylindrical-coordinate representation of color #080A1F: hue angle of 234.78º 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 #080A1F is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 10 | 31 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.88 |
| HSL | 234.78º | 0.59% | 0.08% | - |
| HSV(B) | 234.78º | 0.74% | 0.12% | - |
| XYZ | 0.46 | 0.37 | 1.34 | - |
| YUV | 11.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 31 | 0.74 | 0.68 | 0 | 0.88 | 234.78 | 0.59 | 0.08 |
| Hex | 8 | A | 1F | 4A | 44 | 0 | 58 | EB | 3B | 8 |
| Octal | 10 | 12 | 37 | 112 | 104 | 0 | 130 | 353 | 73 | 10 |
| Binary | 1000 | 1010 | 11111 | 1001010 | 1000100 | 0 | 1011000 | 11101011 | 111011 | 1000 |
Color Harmonies of #080A1F
Complementary color
Monochromatic Colors of #080A1F
Black with #080A1F
Text Example
Text Example
White with #080A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A1F; }
p { color: rgb(8,10,31); }
H1.HeaderClassName
{
color: #080A1F;
}
.AnyTagClassName
{
color: #080A1F;
}
</style>
background-color css
<style>
a { background-color: #080A1F; }
a { background-color: rgb(8,10,31); }
div.DivClassName
{
background-color: #080A1F;
}
.BgClassName
{
background-color: #080A1F;
}
</style>
border-color css
<style>
span { border-color: #080A1F; }
span { border-color: rgb(8,10,31); }
td.TdClassName
{
border-color: #080A1F;
}
.TagClassName
{
border-color: #080A1F;
}
</style>