Shades of Black Russian #010720
Tints of Black Russian #010720
RGB
CMYK
RGB Variations
Color information
#010720 (or 0x010720) is known color: Black Russian. HEX triplet: 01, 07 and 20. RGB value is (1,7,32). Sum of RGB (Red+Green+Blue) = 1+7+32=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #010720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010720 is #FEF8DF. Grayscale: #070707. Windows color (decimal): -16709856 or 2098945. OLE color: 2098945.
HSL color Cylindrical-coordinate representation of color #010720: hue angle of 228.39º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010720 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 7 | 32 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.87 |
| HSL | 228.39º | 0.94% | 0.06% | - |
| HSV(B) | 228.39º | 0.97% | 0.13% | - |
| XYZ | 0.35 | 0.26 | 1.4 | - |
| YUV | 8.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 32 | 0.97 | 0.78 | 0 | 0.87 | 228.39 | 0.94 | 0.06 |
| Hex | 1 | 7 | 20 | 61 | 4E | 0 | 57 | E4 | 5E | 6 |
| Octal | 1 | 7 | 40 | 141 | 116 | 0 | 127 | 344 | 136 | 6 |
| Binary | 1 | 111 | 100000 | 1100001 | 1001110 | 0 | 1010111 | 11100100 | 1011110 | 110 |
Color Harmonies of #010720
Complementary color
Monochromatic Colors of #010720
Black with #010720
Text Example
Text Example
White with #010720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010720; }
p { color: rgb(1,7,32); }
H1.HeaderClassName
{
color: #010720;
}
.AnyTagClassName
{
color: #010720;
}
</style>
background-color css
<style>
a { background-color: #010720; }
a { background-color: rgb(1,7,32); }
div.DivClassName
{
background-color: #010720;
}
.BgClassName
{
background-color: #010720;
}
</style>
border-color css
<style>
span { border-color: #010720; }
span { border-color: rgb(1,7,32); }
td.TdClassName
{
border-color: #010720;
}
.TagClassName
{
border-color: #010720;
}
</style>