Shades of Black Russian #050715
Tints of Black Russian #050715
RGB
CMYK
RGB Variations
Color information
#050715 (or 0x050715) is known color: Black Russian. HEX triplet: 05, 07 and 15. RGB value is (5,7,21). Sum of RGB (Red+Green+Blue) = 5+7+21=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #050715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050715 is #FAF8EA. Grayscale: #070707. Windows color (decimal): -16447723 or 1378053. OLE color: 1378053.
HSL color Cylindrical-coordinate representation of color #050715: hue angle of 232.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #050715 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 7 | 21 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.92 |
| HSL | 232.5º | 0.62% | 0.05% | - |
| HSV(B) | 232.5º | 0.76% | 0.08% | - |
| XYZ | 0.27 | 0.24 | 0.74 | - |
| YUV | 8 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 21 | 0.76 | 0.67 | 0 | 0.92 | 232.5 | 0.62 | 0.05 |
| Hex | 5 | 7 | 15 | 4C | 43 | 0 | 5C | E8 | 3E | 5 |
| Octal | 5 | 7 | 25 | 114 | 103 | 0 | 134 | 350 | 76 | 5 |
| Binary | 101 | 111 | 10101 | 1001100 | 1000011 | 0 | 1011100 | 11101000 | 111110 | 101 |
Color Harmonies of #050715
Complementary color
Monochromatic Colors of #050715
Black with #050715
Text Example
Text Example
White with #050715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050715; }
p { color: rgb(5,7,21); }
H1.HeaderClassName
{
color: #050715;
}
.AnyTagClassName
{
color: #050715;
}
</style>
background-color css
<style>
a { background-color: #050715; }
a { background-color: rgb(5,7,21); }
div.DivClassName
{
background-color: #050715;
}
.BgClassName
{
background-color: #050715;
}
</style>
border-color css
<style>
span { border-color: #050715; }
span { border-color: rgb(5,7,21); }
td.TdClassName
{
border-color: #050715;
}
.TagClassName
{
border-color: #050715;
}
</style>