Shades of Black Russian #080B1F
Tints of Black Russian #080B1F
RGB
CMYK
RGB Variations
Color information
#080B1F (or 0x080B1F) is known color: Black Russian. HEX triplet: 08, 0B and 1F. RGB value is (8,11,31). Sum of RGB (Red+Green+Blue) = 8+11+31=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #080B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B1F is #F7F4E0. Grayscale: #0C0C0C. Windows color (decimal): -16250081 or 2034440. OLE color: 2034440.
HSL color Cylindrical-coordinate representation of color #080B1F: hue angle of 232.17º 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 #080B1F is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 11 | 31 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.88 |
| HSL | 232.17º | 0.59% | 0.08% | - |
| HSV(B) | 232.17º | 0.74% | 0.12% | - |
| XYZ | 0.47 | 0.39 | 1.35 | - |
| YUV | 12.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 31 | 0.74 | 0.65 | 0 | 0.88 | 232.17 | 0.59 | 0.08 |
| Hex | 8 | B | 1F | 4A | 41 | 0 | 58 | E8 | 3B | 8 |
| Octal | 10 | 13 | 37 | 112 | 101 | 0 | 130 | 350 | 73 | 10 |
| Binary | 1000 | 1011 | 11111 | 1001010 | 1000001 | 0 | 1011000 | 11101000 | 111011 | 1000 |
Color Harmonies of #080B1F
Complementary color
Monochromatic Colors of #080B1F
Black with #080B1F
Text Example
Text Example
White with #080B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B1F; }
p { color: rgb(8,11,31); }
H1.HeaderClassName
{
color: #080B1F;
}
.AnyTagClassName
{
color: #080B1F;
}
</style>
background-color css
<style>
a { background-color: #080B1F; }
a { background-color: rgb(8,11,31); }
div.DivClassName
{
background-color: #080B1F;
}
.BgClassName
{
background-color: #080B1F;
}
</style>
border-color css
<style>
span { border-color: #080B1F; }
span { border-color: rgb(8,11,31); }
td.TdClassName
{
border-color: #080B1F;
}
.TagClassName
{
border-color: #080B1F;
}
</style>