Shades of Maire #201B01
Tints of Maire #201B01
RGB
CMYK
RGB Variations
Color information
#201B01 (or 0x201B01) is known color: Maire. HEX triplet: 20, 1B and 01. RGB value is (32,27,1). Sum of RGB (Red+Green+Blue) = 32+27+1=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #201B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B01 is #DFE4FE. Grayscale: #191919. Windows color (decimal): -14673151 or 72480. OLE color: 72480.
HSL color Cylindrical-coordinate representation of color #201B01: hue angle of 50.32º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #201B01 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 27 | 1 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.87 |
| HSL | 50.32º | 0.94% | 0.06% | - |
| HSV(B) | 50.32º | 0.97% | 0.13% | - |
| XYZ | 0.99 | 1.09 | 0.19 | - |
| YUV | 25.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 1 | 0 | 0.16 | 0.97 | 0.87 | 50.32 | 0.94 | 0.06 |
| Hex | 20 | 1B | 1 | 0 | 10 | 61 | 57 | 32 | 5E | 6 |
| Octal | 40 | 33 | 1 | 0 | 20 | 141 | 127 | 62 | 136 | 6 |
| Binary | 100000 | 11011 | 1 | 0 | 10000 | 1100001 | 1010111 | 110010 | 1011110 | 110 |
Color Harmonies of #201B01
Complementary color
Monochromatic Colors of #201B01
Black with #201B01
Text Example
Text Example
White with #201B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B01; }
p { color: rgb(32,27,1); }
H1.HeaderClassName
{
color: #201B01;
}
.AnyTagClassName
{
color: #201B01;
}
</style>
background-color css
<style>
a { background-color: #201B01; }
a { background-color: rgb(32,27,1); }
div.DivClassName
{
background-color: #201B01;
}
.BgClassName
{
background-color: #201B01;
}
</style>
border-color css
<style>
span { border-color: #201B01; }
span { border-color: rgb(32,27,1); }
td.TdClassName
{
border-color: #201B01;
}
.TagClassName
{
border-color: #201B01;
}
</style>