Shades of Black Russian #080914
Tints of Black Russian #080914
RGB
CMYK
RGB Variations
Color information
#080914 (or 0x080914) is known color: Black Russian. HEX triplet: 08, 09 and 14. RGB value is (8,9,20). Sum of RGB (Red+Green+Blue) = 8+9+20=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #080914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080914 is #F7F6EB. Grayscale: #090909. Windows color (decimal): -16250604 or 1313032. OLE color: 1313032.
HSL color Cylindrical-coordinate representation of color #080914: hue angle of 235º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #080914 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 9 | 20 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.92 |
| HSL | 235º | 0.43% | 0.05% | - |
| HSV(B) | 235º | 0.6% | 0.08% | - |
| XYZ | 0.32 | 0.3 | 0.7 | - |
| YUV | 9.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 20 | 0.60 | 0.55 | 0 | 0.92 | 235 | 0.43 | 0.05 |
| Hex | 8 | 9 | 14 | 3C | 37 | 0 | 5C | EB | 2B | 5 |
| Octal | 10 | 11 | 24 | 74 | 67 | 0 | 134 | 353 | 53 | 5 |
| Binary | 1000 | 1001 | 10100 | 111100 | 110111 | 0 | 1011100 | 11101011 | 101011 | 101 |
Color Harmonies of #080914
Complementary color
Monochromatic Colors of #080914
Black with #080914
Text Example
Text Example
White with #080914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080914; }
p { color: rgb(8,9,20); }
H1.HeaderClassName
{
color: #080914;
}
.AnyTagClassName
{
color: #080914;
}
</style>
background-color css
<style>
a { background-color: #080914; }
a { background-color: rgb(8,9,20); }
div.DivClassName
{
background-color: #080914;
}
.BgClassName
{
background-color: #080914;
}
</style>
border-color css
<style>
span { border-color: #080914; }
span { border-color: rgb(8,9,20); }
td.TdClassName
{
border-color: #080914;
}
.TagClassName
{
border-color: #080914;
}
</style>