Shades of Black Russian #080B1B
Tints of Black Russian #080B1B
RGB
CMYK
RGB Variations
Color information
#080B1B (or 0x080B1B) is known color: Black Russian. HEX triplet: 08, 0B and 1B. RGB value is (8,11,27). Sum of RGB (Red+Green+Blue) = 8+11+27=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #080B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B1B is #F7F4E4. Grayscale: #0B0B0B. Windows color (decimal): -16250085 or 1772296. OLE color: 1772296.
HSL color Cylindrical-coordinate representation of color #080B1B: hue angle of 230.53º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #080B1B is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 11 | 27 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.89 |
| HSL | 230.53º | 0.54% | 0.07% | - |
| HSV(B) | 230.53º | 0.7% | 0.11% | - |
| XYZ | 0.42 | 0.37 | 1.09 | - |
| YUV | 11.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 27 | 0.70 | 0.59 | 0 | 0.89 | 230.53 | 0.54 | 0.07 |
| Hex | 8 | B | 1B | 46 | 3B | 0 | 59 | E7 | 36 | 7 |
| Octal | 10 | 13 | 33 | 106 | 73 | 0 | 131 | 347 | 66 | 7 |
| Binary | 1000 | 1011 | 11011 | 1000110 | 111011 | 0 | 1011001 | 11100111 | 110110 | 111 |
Color Harmonies of #080B1B
Complementary color
Monochromatic Colors of #080B1B
Black with #080B1B
Text Example
Text Example
White with #080B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B1B; }
p { color: rgb(8,11,27); }
H1.HeaderClassName
{
color: #080B1B;
}
.AnyTagClassName
{
color: #080B1B;
}
</style>
background-color css
<style>
a { background-color: #080B1B; }
a { background-color: rgb(8,11,27); }
div.DivClassName
{
background-color: #080B1B;
}
.BgClassName
{
background-color: #080B1B;
}
</style>
border-color css
<style>
span { border-color: #080B1B; }
span { border-color: rgb(8,11,27); }
td.TdClassName
{
border-color: #080B1B;
}
.TagClassName
{
border-color: #080B1B;
}
</style>