Shades of Black Russian #010A1E
Tints of Black Russian #010A1E
RGB
CMYK
RGB Variations
Color information
#010A1E (or 0x010A1E) is known color: Black Russian. HEX triplet: 01, 0A and 1E. RGB value is (1,10,30). Sum of RGB (Red+Green+Blue) = 1+10+30=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #010A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A1E is #FEF5E1. Grayscale: #090909. Windows color (decimal): -16709090 or 1968641. OLE color: 1968641.
HSL color Cylindrical-coordinate representation of color #010A1E: hue angle of 221.38º 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 #010A1E is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 10 | 30 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.88 |
| HSL | 221.38º | 0.94% | 0.06% | - |
| HSV(B) | 221.38º | 0.97% | 0.12% | - |
| XYZ | 0.36 | 0.32 | 1.27 | - |
| YUV | 9.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 30 | 0.97 | 0.67 | 0 | 0.88 | 221.38 | 0.94 | 0.06 |
| Hex | 1 | A | 1E | 61 | 43 | 0 | 58 | DD | 5E | 6 |
| Octal | 1 | 12 | 36 | 141 | 103 | 0 | 130 | 335 | 136 | 6 |
| Binary | 1 | 1010 | 11110 | 1100001 | 1000011 | 0 | 1011000 | 11011101 | 1011110 | 110 |
Color Harmonies of #010A1E
Complementary color
Monochromatic Colors of #010A1E
Black with #010A1E
Text Example
Text Example
White with #010A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A1E; }
p { color: rgb(1,10,30); }
H1.HeaderClassName
{
color: #010A1E;
}
.AnyTagClassName
{
color: #010A1E;
}
</style>
background-color css
<style>
a { background-color: #010A1E; }
a { background-color: rgb(1,10,30); }
div.DivClassName
{
background-color: #010A1E;
}
.BgClassName
{
background-color: #010A1E;
}
</style>
border-color css
<style>
span { border-color: #010A1E; }
span { border-color: rgb(1,10,30); }
td.TdClassName
{
border-color: #010A1E;
}
.TagClassName
{
border-color: #010A1E;
}
</style>