Shades of Black Russian #050914
Tints of Black Russian #050914
RGB
CMYK
RGB Variations
Color information
#050914 (or 0x050914) is known color: Black Russian. HEX triplet: 05, 09 and 14. RGB value is (5,9,20). Sum of RGB (Red+Green+Blue) = 5+9+20=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 9 (3.91% from 255 or 26.47% 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 #050914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050914 is #FAF6EB. Grayscale: #090909. Windows color (decimal): -16447212 or 1313029. OLE color: 1313029.
HSL color Cylindrical-coordinate representation of color #050914: hue angle of 224º 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 #050914 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 9 | 20 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.92 |
| HSL | 224º | 0.6% | 0.05% | - |
| HSV(B) | 224º | 0.75% | 0.08% | - |
| XYZ | 0.29 | 0.28 | 0.7 | - |
| YUV | 9.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 20 | 0.75 | 0.55 | 0 | 0.92 | 224 | 0.6 | 0.05 |
| Hex | 5 | 9 | 14 | 4B | 37 | 0 | 5C | E0 | 3C | 5 |
| Octal | 5 | 11 | 24 | 113 | 67 | 0 | 134 | 340 | 74 | 5 |
| Binary | 101 | 1001 | 10100 | 1001011 | 110111 | 0 | 1011100 | 11100000 | 111100 | 101 |
Color Harmonies of #050914
Complementary color
Monochromatic Colors of #050914
Black with #050914
Text Example
Text Example
White with #050914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050914; }
p { color: rgb(5,9,20); }
H1.HeaderClassName
{
color: #050914;
}
.AnyTagClassName
{
color: #050914;
}
</style>
background-color css
<style>
a { background-color: #050914; }
a { background-color: rgb(5,9,20); }
div.DivClassName
{
background-color: #050914;
}
.BgClassName
{
background-color: #050914;
}
</style>
border-color css
<style>
span { border-color: #050914; }
span { border-color: rgb(5,9,20); }
td.TdClassName
{
border-color: #050914;
}
.TagClassName
{
border-color: #050914;
}
</style>