Shades of Maire #212003
Tints of Maire #212003
RGB
CMYK
RGB Variations
Color information
#212003 (or 0x212003) is known color: Maire. HEX triplet: 21, 20 and 03. RGB value is (33,32,3). Sum of RGB (Red+Green+Blue) = 33+32+3=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #212003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212003 is #DEDFFC. Grayscale: #1D1D1D. Windows color (decimal): -14606333 or 204833. OLE color: 204833.
HSL color Cylindrical-coordinate representation of color #212003: hue angle of 58º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #212003 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 32 | 3 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.87 |
| HSL | 58º | 0.83% | 0.07% | - |
| HSV(B) | 58º | 0.91% | 0.13% | - |
| XYZ | 1.16 | 1.36 | 0.29 | - |
| YUV | 28.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 3 | 0 | 0.03 | 0.91 | 0.87 | 58 | 0.83 | 0.07 |
| Hex | 21 | 20 | 3 | 0 | 3 | 5B | 57 | 3A | 53 | 7 |
| Octal | 41 | 40 | 3 | 0 | 3 | 133 | 127 | 72 | 123 | 7 |
| Binary | 100001 | 100000 | 11 | 0 | 11 | 1011011 | 1010111 | 111010 | 1010011 | 111 |
Color Harmonies of #212003
Complementary color
Monochromatic Colors of #212003
Black with #212003
Text Example
Text Example
White with #212003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212003; }
p { color: rgb(33,32,3); }
H1.HeaderClassName
{
color: #212003;
}
.AnyTagClassName
{
color: #212003;
}
</style>
background-color css
<style>
a { background-color: #212003; }
a { background-color: rgb(33,32,3); }
div.DivClassName
{
background-color: #212003;
}
.BgClassName
{
background-color: #212003;
}
</style>
border-color css
<style>
span { border-color: #212003; }
span { border-color: rgb(33,32,3); }
td.TdClassName
{
border-color: #212003;
}
.TagClassName
{
border-color: #212003;
}
</style>