Shades of Black Russian #01071E
Tints of Black Russian #01071E
RGB
CMYK
RGB Variations
Color information
#01071E (or 0x01071E) is known color: Black Russian. HEX triplet: 01, 07 and 1E. RGB value is (1,7,30). Sum of RGB (Red+Green+Blue) = 1+7+30=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #01071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01071E is #FEF8E1. Grayscale: #070707. Windows color (decimal): -16709858 or 1967873. OLE color: 1967873.
HSL color Cylindrical-coordinate representation of color #01071E: hue angle of 227.59º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01071E is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 7 | 30 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.88 |
| HSL | 227.59º | 0.94% | 0.06% | - |
| HSV(B) | 227.59º | 0.97% | 0.12% | - |
| XYZ | 0.32 | 0.25 | 1.26 | - |
| YUV | 7.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 30 | 0.97 | 0.77 | 0 | 0.88 | 227.59 | 0.94 | 0.06 |
| Hex | 1 | 7 | 1E | 61 | 4D | 0 | 58 | E4 | 5E | 6 |
| Octal | 1 | 7 | 36 | 141 | 115 | 0 | 130 | 344 | 136 | 6 |
| Binary | 1 | 111 | 11110 | 1100001 | 1001101 | 0 | 1011000 | 11100100 | 1011110 | 110 |
Color Harmonies of #01071E
Complementary color
Monochromatic Colors of #01071E
Black with #01071E
Text Example
Text Example
White with #01071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01071E; }
p { color: rgb(1,7,30); }
H1.HeaderClassName
{
color: #01071E;
}
.AnyTagClassName
{
color: #01071E;
}
</style>
background-color css
<style>
a { background-color: #01071E; }
a { background-color: rgb(1,7,30); }
div.DivClassName
{
background-color: #01071E;
}
.BgClassName
{
background-color: #01071E;
}
</style>
border-color css
<style>
span { border-color: #01071E; }
span { border-color: rgb(1,7,30); }
td.TdClassName
{
border-color: #01071E;
}
.TagClassName
{
border-color: #01071E;
}
</style>