Shades of Black Russian #010515
Tints of Black Russian #010515
RGB
CMYK
RGB Variations
Color information
#010515 (or 0x010515) is known color: Black Russian. HEX triplet: 01, 05 and 15. RGB value is (1,5,21). Sum of RGB (Red+Green+Blue) = 1+5+21=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 21 (8.59% from 255 or 77.78% from 27); Max value from RGB is 21 - color contains mainly: blue. Hex color #010515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010515 is #FEFAEA. Grayscale: #050505. Windows color (decimal): -16710379 or 1377537. OLE color: 1377537.
HSL color Cylindrical-coordinate representation of color #010515: hue angle of 228º degrees, saturation: 0.91, 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 #010515 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 5 | 21 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.92 |
| HSL | 228º | 0.91% | 0.04% | - |
| HSV(B) | 228º | 0.95% | 0.08% | - |
| XYZ | 0.2 | 0.17 | 0.73 | - |
| YUV | 5.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 21 | 0.95 | 0.76 | 0 | 0.92 | 228 | 0.91 | 0.04 |
| Hex | 1 | 5 | 15 | 5F | 4C | 0 | 5C | E4 | 5B | 4 |
| Octal | 1 | 5 | 25 | 137 | 114 | 0 | 134 | 344 | 133 | 4 |
| Binary | 1 | 101 | 10101 | 1011111 | 1001100 | 0 | 1011100 | 11100100 | 1011011 | 100 |
Color Harmonies of #010515
Complementary color
Monochromatic Colors of #010515
Black with #010515
Text Example
Text Example
White with #010515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010515; }
p { color: rgb(1,5,21); }
H1.HeaderClassName
{
color: #010515;
}
.AnyTagClassName
{
color: #010515;
}
</style>
background-color css
<style>
a { background-color: #010515; }
a { background-color: rgb(1,5,21); }
div.DivClassName
{
background-color: #010515;
}
.BgClassName
{
background-color: #010515;
}
</style>
border-color css
<style>
span { border-color: #010515; }
span { border-color: rgb(1,5,21); }
td.TdClassName
{
border-color: #010515;
}
.TagClassName
{
border-color: #010515;
}
</style>