Shades of Black Russian #01010A
Tints of Black Russian #01010A
RGB
CMYK
RGB Variations
Color information
#01010A (or 0x01010A) is known color: Black Russian. HEX triplet: 01, 01 and 0A. RGB value is (1,1,10). Sum of RGB (Red+Green+Blue) = 1+1+10=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 10 (4.30% from 255 or 83.33% from 12); Max value from RGB is 10 - color contains mainly: blue. Hex color #01010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01010A is #FEFEF5. Grayscale: #010101. Windows color (decimal): -16711414 or 655617. OLE color: 655617.
HSL color Cylindrical-coordinate representation of color #01010A: hue angle of 240º 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 #01010A is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 1 | 10 | - |
CMYK | 0.90 | 0.90 | 0 | 0.96 |
HSL | 240º | 0.82% | 0.02% | - |
HSV(B) | 240º | 0.9% | 0.04% | - |
XYZ | 0.08 | 0.05 | 0.29 | - |
YUV | 2.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 1 | 10 | 0.90 | 0.90 | 0 | 0.96 | 240 | 0.82 | 0.02 |
Hex | 1 | 1 | A | 5A | 5A | 0 | 60 | F0 | 52 | 2 |
Octal | 1 | 1 | 12 | 132 | 132 | 0 | 140 | 360 | 122 | 2 |
Binary | 1 | 1 | 1010 | 1011010 | 1011010 | 0 | 1100000 | 11110000 | 1010010 | 10 |
Color Harmonies of #01010A
Complementary color
Monochromatic Colors of #01010A
Black with #01010A
Text Example
Text Example
White with #01010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01010A; }
p { color: rgb(1,1,10); }
H1.HeaderClassName
{
color: #01010A;
}
.AnyTagClassName
{
color: #01010A;
}
</style>
background-color css
<style>
a { background-color: #01010A; }
a { background-color: rgb(1,1,10); }
div.DivClassName
{
background-color: #01010A;
}
.BgClassName
{
background-color: #01010A;
}
</style>
border-color css
<style>
span { border-color: #01010A; }
span { border-color: rgb(1,1,10); }
td.TdClassName
{
border-color: #01010A;
}
.TagClassName
{
border-color: #01010A;
}
</style>