Shades of Black #010101
Tints of Black #010101
RGB
CMYK
RGB Variations
Color information
#010101 (or 0x010101) is known color: Black. HEX triplet: 01, 01 and 01. RGB value is (1,1,1). Sum of RGB (Red+Green+Blue) = 1+1+1=3 (0% of max value = 765). Red value is 1 (0.78% from 255 or 33.33% from 3); Green value is 1 (0.78% from 255 or 33.33% from 3); Blue value is 1 (0.78% from 255 or 33.33% from 3); Max value from RGB is 1 - color contains mainly: red, green, blue. Hex color #010101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010101 is #FEFEFE. Grayscale: #000000. Windows color (decimal): -16711423 or 65793. OLE color: 65793.
HSL color Cylindrical-coordinate representation of color #010101: hue angle of 0º degrees, saturation: 0, lightness: 0%. HSV value (or HSB Brightness) of color is 0% and HSV saturation: 0%. Process color model (Four color, CMYK) of #010101 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 1.00.
Color convert
RGB | 1 | 1 | 1 | - |
CMYK | 0 | 0 | 0 | 1.00 |
HSL | 0º | 0% | 0% | - |
HSV(B) | 0º | 0% | 0% | - |
XYZ | 0.03 | 0.03 | 0.03 | - |
YUV | 1 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 1 | 1 | 0 | 0 | 0 | 1.00 | 0 | 0 | 0 |
Hex | 1 | 1 | 1 | 0 | 0 | 0 | 64 | 0 | 0 | 0 |
Octal | 1 | 1 | 1 | 0 | 0 | 0 | 144 | 0 | 0 | 0 |
Binary | 1 | 1 | 1 | 0 | 0 | 0 | 1100100 | 0 | 0 | 0 |
Color Harmonies of #010101
Complementary color
Monochromatic Colors of #010101
Black with #010101
Text Example
Text Example
White with #010101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010101; }
p { color: rgb(1,1,1); }
H1.HeaderClassName
{
color: #010101;
}
.AnyTagClassName
{
color: #010101;
}
</style>
background-color css
<style>
a { background-color: #010101; }
a { background-color: rgb(1,1,1); }
div.DivClassName
{
background-color: #010101;
}
.BgClassName
{
background-color: #010101;
}
</style>
border-color css
<style>
span { border-color: #010101; }
span { border-color: rgb(1,1,1); }
td.TdClassName
{
border-color: #010101;
}
.TagClassName
{
border-color: #010101;
}
</style>