Shades of Black Russian #080B1C
Tints of Black Russian #080B1C
RGB
CMYK
RGB Variations
Color information
#080B1C (or 0x080B1C) is known color: Black Russian. HEX triplet: 08, 0B and 1C. RGB value is (8,11,28). Sum of RGB (Red+Green+Blue) = 8+11+28=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #080B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B1C is #F7F4E3. Grayscale: #0B0B0B. Windows color (decimal): -16250084 or 1837832. OLE color: 1837832.
HSL color Cylindrical-coordinate representation of color #080B1C: hue angle of 231º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #080B1C is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 11 | 28 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.89 |
| HSL | 231º | 0.56% | 0.07% | - |
| HSV(B) | 231º | 0.71% | 0.11% | - |
| XYZ | 0.43 | 0.37 | 1.15 | - |
| YUV | 12.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 28 | 0.71 | 0.61 | 0 | 0.89 | 231 | 0.56 | 0.07 |
| Hex | 8 | B | 1C | 47 | 3D | 0 | 59 | E7 | 38 | 7 |
| Octal | 10 | 13 | 34 | 107 | 75 | 0 | 131 | 347 | 70 | 7 |
| Binary | 1000 | 1011 | 11100 | 1000111 | 111101 | 0 | 1011001 | 11100111 | 111000 | 111 |
Color Harmonies of #080B1C
Complementary color
Monochromatic Colors of #080B1C
Black with #080B1C
Text Example
Text Example
White with #080B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B1C; }
p { color: rgb(8,11,28); }
H1.HeaderClassName
{
color: #080B1C;
}
.AnyTagClassName
{
color: #080B1C;
}
</style>
background-color css
<style>
a { background-color: #080B1C; }
a { background-color: rgb(8,11,28); }
div.DivClassName
{
background-color: #080B1C;
}
.BgClassName
{
background-color: #080B1C;
}
</style>
border-color css
<style>
span { border-color: #080B1C; }
span { border-color: rgb(8,11,28); }
td.TdClassName
{
border-color: #080B1C;
}
.TagClassName
{
border-color: #080B1C;
}
</style>