Shades of Black Russian #010716
Tints of Black Russian #010716
RGB
CMYK
RGB Variations
Color information
#010716 (or 0x010716) is known color: Black Russian. HEX triplet: 01, 07 and 16. RGB value is (1,7,22). Sum of RGB (Red+Green+Blue) = 1+7+22=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 22 (8.98% from 255 or 73.33% from 30); Max value from RGB is 22 - color contains mainly: blue. Hex color #010716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010716 is #FEF8E9. Grayscale: #060606. Windows color (decimal): -16709866 or 1443585. OLE color: 1443585.
HSL color Cylindrical-coordinate representation of color #010716: hue angle of 222.86º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010716 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 7 | 22 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.91 |
| HSL | 222.86º | 0.91% | 0.05% | - |
| HSV(B) | 222.86º | 0.95% | 0.09% | - |
| XYZ | 0.23 | 0.22 | 0.79 | - |
| YUV | 6.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 22 | 0.95 | 0.68 | 0 | 0.91 | 222.86 | 0.91 | 0.05 |
| Hex | 1 | 7 | 16 | 5F | 44 | 0 | 5B | DF | 5B | 5 |
| Octal | 1 | 7 | 26 | 137 | 104 | 0 | 133 | 337 | 133 | 5 |
| Binary | 1 | 111 | 10110 | 1011111 | 1000100 | 0 | 1011011 | 11011111 | 1011011 | 101 |
Color Harmonies of #010716
Complementary color
Monochromatic Colors of #010716
Black with #010716
Text Example
Text Example
White with #010716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010716; }
p { color: rgb(1,7,22); }
H1.HeaderClassName
{
color: #010716;
}
.AnyTagClassName
{
color: #010716;
}
</style>
background-color css
<style>
a { background-color: #010716; }
a { background-color: rgb(1,7,22); }
div.DivClassName
{
background-color: #010716;
}
.BgClassName
{
background-color: #010716;
}
</style>
border-color css
<style>
span { border-color: #010716; }
span { border-color: rgb(1,7,22); }
td.TdClassName
{
border-color: #010716;
}
.TagClassName
{
border-color: #010716;
}
</style>