Shades of Black Russian #01040A
Tints of Black Russian #01040A
RGB
CMYK
RGB Variations
Color information
#01040A (or 0x01040A) is known color: Black Russian. HEX triplet: 01, 04 and 0A. RGB value is (1,4,10). Sum of RGB (Red+Green+Blue) = 1+4+10=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 10 (4.30% from 255 or 66.67% from 15); Max value from RGB is 10 - color contains mainly: blue. Hex color #01040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01040A is #FEFBF5. Grayscale: #030303. Windows color (decimal): -16710646 or 656385. OLE color: 656385.
HSL color Cylindrical-coordinate representation of color #01040A: hue angle of 220º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #01040A is Cyan = 0.90, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 4 | 10 | - |
| CMYK | 0.90 | 0.6 | 0 | 0.96 |
| HSL | 220º | 0.82% | 0.02% | - |
| HSV(B) | 220º | 0.9% | 0.04% | - |
| XYZ | 0.11 | 0.12 | 0.3 | - |
| YUV | 3.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 10 | 0.90 | 0.6 | 0 | 0.96 | 220 | 0.82 | 0.02 |
| Hex | 1 | 4 | A | 5A | 3C | 0 | 60 | DC | 52 | 2 |
| Octal | 1 | 4 | 12 | 132 | 74 | 0 | 140 | 334 | 122 | 2 |
| Binary | 1 | 100 | 1010 | 1011010 | 111100 | 0 | 1100000 | 11011100 | 1010010 | 10 |
Color Harmonies of #01040A
Complementary color
Monochromatic Colors of #01040A
Black with #01040A
Text Example
Text Example
White with #01040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01040A; }
p { color: rgb(1,4,10); }
H1.HeaderClassName
{
color: #01040A;
}
.AnyTagClassName
{
color: #01040A;
}
</style>
background-color css
<style>
a { background-color: #01040A; }
a { background-color: rgb(1,4,10); }
div.DivClassName
{
background-color: #01040A;
}
.BgClassName
{
background-color: #01040A;
}
</style>
border-color css
<style>
span { border-color: #01040A; }
span { border-color: rgb(1,4,10); }
td.TdClassName
{
border-color: #01040A;
}
.TagClassName
{
border-color: #01040A;
}
</style>