Shades of Black Russian #010713
Tints of Black Russian #010713
RGB
CMYK
RGB Variations
Color information
#010713 (or 0x010713) is known color: Black Russian. HEX triplet: 01, 07 and 13. RGB value is (1,7,19). Sum of RGB (Red+Green+Blue) = 1+7+19=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 19 (7.81% from 255 or 70.37% from 27); Max value from RGB is 19 - color contains mainly: blue. Hex color #010713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010713 is #FEF8EC. Grayscale: #060606. Windows color (decimal): -16709869 or 1246977. OLE color: 1246977.
HSL color Cylindrical-coordinate representation of color #010713: hue angle of 220º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010713 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 7 | 19 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.93 |
| HSL | 220º | 0.9% | 0.04% | - |
| HSV(B) | 220º | 0.95% | 0.07% | - |
| XYZ | 0.21 | 0.21 | 0.64 | - |
| YUV | 6.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 19 | 0.95 | 0.63 | 0 | 0.93 | 220 | 0.9 | 0.04 |
| Hex | 1 | 7 | 13 | 5F | 3F | 0 | 5D | DC | 5A | 4 |
| Octal | 1 | 7 | 23 | 137 | 77 | 0 | 135 | 334 | 132 | 4 |
| Binary | 1 | 111 | 10011 | 1011111 | 111111 | 0 | 1011101 | 11011100 | 1011010 | 100 |
Color Harmonies of #010713
Complementary color
Monochromatic Colors of #010713
Black with #010713
Text Example
Text Example
White with #010713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010713; }
p { color: rgb(1,7,19); }
H1.HeaderClassName
{
color: #010713;
}
.AnyTagClassName
{
color: #010713;
}
</style>
background-color css
<style>
a { background-color: #010713; }
a { background-color: rgb(1,7,19); }
div.DivClassName
{
background-color: #010713;
}
.BgClassName
{
background-color: #010713;
}
</style>
border-color css
<style>
span { border-color: #010713; }
span { border-color: rgb(1,7,19); }
td.TdClassName
{
border-color: #010713;
}
.TagClassName
{
border-color: #010713;
}
</style>