Shades of Maire #201B04
Tints of Maire #201B04
RGB
CMYK
RGB Variations
Color information
#201B04 (or 0x201B04) is known color: Maire. HEX triplet: 20, 1B and 04. RGB value is (32,27,4). Sum of RGB (Red+Green+Blue) = 32+27+4=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #201B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B04 is #DFE4FB. Grayscale: #191919. Windows color (decimal): -14673148 or 269088. OLE color: 269088.
HSL color Cylindrical-coordinate representation of color #201B04: hue angle of 49.29º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201B04 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 27 | 4 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.87 |
| HSL | 49.29º | 0.78% | 0.07% | - |
| HSV(B) | 49.29º | 0.88% | 0.13% | - |
| XYZ | 1.01 | 1.1 | 0.27 | - |
| YUV | 25.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 4 | 0 | 0.16 | 0.87 | 0.87 | 49.29 | 0.78 | 0.07 |
| Hex | 20 | 1B | 4 | 0 | 10 | 57 | 57 | 31 | 4E | 7 |
| Octal | 40 | 33 | 4 | 0 | 20 | 127 | 127 | 61 | 116 | 7 |
| Binary | 100000 | 11011 | 100 | 0 | 10000 | 1010111 | 1010111 | 110001 | 1001110 | 111 |
Color Harmonies of #201B04
Complementary color
Monochromatic Colors of #201B04
Black with #201B04
Text Example
Text Example
White with #201B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B04; }
p { color: rgb(32,27,4); }
H1.HeaderClassName
{
color: #201B04;
}
.AnyTagClassName
{
color: #201B04;
}
</style>
background-color css
<style>
a { background-color: #201B04; }
a { background-color: rgb(32,27,4); }
div.DivClassName
{
background-color: #201B04;
}
.BgClassName
{
background-color: #201B04;
}
</style>
border-color css
<style>
span { border-color: #201B04; }
span { border-color: rgb(32,27,4); }
td.TdClassName
{
border-color: #201B04;
}
.TagClassName
{
border-color: #201B04;
}
</style>