Shades of Black Russian #010514
Tints of Black Russian #010514
RGB
CMYK
RGB Variations
Color information
#010514 (or 0x010514) is known color: Black Russian. HEX triplet: 01, 05 and 14. RGB value is (1,5,20). Sum of RGB (Red+Green+Blue) = 1+5+20=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 20 (8.20% from 255 or 76.92% from 26); Max value from RGB is 20 - color contains mainly: blue. Hex color #010514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010514 is #FEFAEB. Grayscale: #050505. Windows color (decimal): -16710380 or 1312001. OLE color: 1312001.
HSL color Cylindrical-coordinate representation of color #010514: hue angle of 227.37º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010514 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 5 | 20 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.92 |
| HSL | 227.37º | 0.9% | 0.04% | - |
| HSV(B) | 227.37º | 0.95% | 0.08% | - |
| XYZ | 0.19 | 0.17 | 0.68 | - |
| YUV | 5.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 20 | 0.95 | 0.75 | 0 | 0.92 | 227.37 | 0.9 | 0.04 |
| Hex | 1 | 5 | 14 | 5F | 4B | 0 | 5C | E3 | 5A | 4 |
| Octal | 1 | 5 | 24 | 137 | 113 | 0 | 134 | 343 | 132 | 4 |
| Binary | 1 | 101 | 10100 | 1011111 | 1001011 | 0 | 1011100 | 11100011 | 1011010 | 100 |
Color Harmonies of #010514
Complementary color
Monochromatic Colors of #010514
Black with #010514
Text Example
Text Example
White with #010514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010514; }
p { color: rgb(1,5,20); }
H1.HeaderClassName
{
color: #010514;
}
.AnyTagClassName
{
color: #010514;
}
</style>
background-color css
<style>
a { background-color: #010514; }
a { background-color: rgb(1,5,20); }
div.DivClassName
{
background-color: #010514;
}
.BgClassName
{
background-color: #010514;
}
</style>
border-color css
<style>
span { border-color: #010514; }
span { border-color: rgb(1,5,20); }
td.TdClassName
{
border-color: #010514;
}
.TagClassName
{
border-color: #010514;
}
</style>