Shades of Black Russian #090514
Tints of Black Russian #090514
RGB
CMYK
RGB Variations
Color information
#090514 (or 0x090514) is known color: Black Russian. HEX triplet: 09, 05 and 14. RGB value is (9,5,20). Sum of RGB (Red+Green+Blue) = 9+5+20=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #090514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090514 is #F6FAEB. Grayscale: #070707. Windows color (decimal): -16186092 or 1312009. OLE color: 1312009.
HSL color Cylindrical-coordinate representation of color #090514: hue angle of 256º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #090514 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 5 | 20 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.92 |
| HSL | 256º | 0.6% | 0.05% | - |
| HSV(B) | 256º | 0.75% | 0.08% | - |
| XYZ | 0.29 | 0.22 | 0.69 | - |
| YUV | 7.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 20 | 0.55 | 0.75 | 0 | 0.92 | 256 | 0.6 | 0.05 |
| Hex | 9 | 5 | 14 | 37 | 4B | 0 | 5C | 100 | 3C | 5 |
| Octal | 11 | 5 | 24 | 67 | 113 | 0 | 134 | 400 | 74 | 5 |
| Binary | 1001 | 101 | 10100 | 110111 | 1001011 | 0 | 1011100 | 100000000 | 111100 | 101 |
Color Harmonies of #090514
Complementary color
Monochromatic Colors of #090514
Black with #090514
Text Example
Text Example
White with #090514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090514; }
p { color: rgb(9,5,20); }
H1.HeaderClassName
{
color: #090514;
}
.AnyTagClassName
{
color: #090514;
}
</style>
background-color css
<style>
a { background-color: #090514; }
a { background-color: rgb(9,5,20); }
div.DivClassName
{
background-color: #090514;
}
.BgClassName
{
background-color: #090514;
}
</style>
border-color css
<style>
span { border-color: #090514; }
span { border-color: rgb(9,5,20); }
td.TdClassName
{
border-color: #090514;
}
.TagClassName
{
border-color: #090514;
}
</style>