Shades of Black Russian #010A1D
Tints of Black Russian #010A1D
RGB
CMYK
RGB Variations
Color information
#010A1D (or 0x010A1D) is known color: Black Russian. HEX triplet: 01, 0A and 1D. RGB value is (1,10,29). Sum of RGB (Red+Green+Blue) = 1+10+29=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #010A1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A1D is #FEF5E2. Grayscale: #090909. Windows color (decimal): -16709091 or 1903105. OLE color: 1903105.
HSL color Cylindrical-coordinate representation of color #010A1D: hue angle of 220.71º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010A1D is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 10 | 29 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.89 |
| HSL | 220.71º | 0.93% | 0.06% | - |
| HSV(B) | 220.71º | 0.97% | 0.11% | - |
| XYZ | 0.34 | 0.31 | 1.2 | - |
| YUV | 9.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 29 | 0.97 | 0.66 | 0 | 0.89 | 220.71 | 0.93 | 0.06 |
| Hex | 1 | A | 1D | 61 | 42 | 0 | 59 | DD | 5D | 6 |
| Octal | 1 | 12 | 35 | 141 | 102 | 0 | 131 | 335 | 135 | 6 |
| Binary | 1 | 1010 | 11101 | 1100001 | 1000010 | 0 | 1011001 | 11011101 | 1011101 | 110 |
Color Harmonies of #010A1D
Complementary color
Monochromatic Colors of #010A1D
Black with #010A1D
Text Example
Text Example
White with #010A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A1D; }
p { color: rgb(1,10,29); }
H1.HeaderClassName
{
color: #010A1D;
}
.AnyTagClassName
{
color: #010A1D;
}
</style>
background-color css
<style>
a { background-color: #010A1D; }
a { background-color: rgb(1,10,29); }
div.DivClassName
{
background-color: #010A1D;
}
.BgClassName
{
background-color: #010A1D;
}
</style>
border-color css
<style>
span { border-color: #010A1D; }
span { border-color: rgb(1,10,29); }
td.TdClassName
{
border-color: #010A1D;
}
.TagClassName
{
border-color: #010A1D;
}
</style>