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