Shades of Maire #332E03
Tints of Maire #332E03
RGB
CMYK
RGB Variations
Color information
#332E03 (or 0x332E03) is known color: Maire. HEX triplet: 33, 2E and 03. RGB value is (51,46,3). Sum of RGB (Red+Green+Blue) = 51+46+3=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #332E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E03 is #CCD1FC. Grayscale: #2A2A2A. Windows color (decimal): -13423101 or 208435. OLE color: 208435.
HSL color Cylindrical-coordinate representation of color #332E03: hue angle of 53.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #332E03 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 3 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.8 |
| HSL | 53.75º | 0.89% | 0.11% | - |
| HSV(B) | 53.75º | 0.94% | 0.2% | - |
| XYZ | 2.36 | 2.66 | 0.48 | - |
| YUV | 42.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 3 | 0 | 0.10 | 0.94 | 0.8 | 53.75 | 0.89 | 0.11 |
| Hex | 33 | 2E | 3 | 0 | A | 5E | 50 | 36 | 59 | B |
| Octal | 63 | 56 | 3 | 0 | 12 | 136 | 120 | 66 | 131 | 13 |
| Binary | 110011 | 101110 | 11 | 0 | 1010 | 1011110 | 1010000 | 110110 | 1011001 | 1011 |
Color Harmonies of #332E03
Complementary color
Monochromatic Colors of #332E03
Black with #332E03
Text Example
Text Example
White with #332E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E03; }
p { color: rgb(51,46,3); }
H1.HeaderClassName
{
color: #332E03;
}
.AnyTagClassName
{
color: #332E03;
}
</style>
background-color css
<style>
a { background-color: #332E03; }
a { background-color: rgb(51,46,3); }
div.DivClassName
{
background-color: #332E03;
}
.BgClassName
{
background-color: #332E03;
}
</style>
border-color css
<style>
span { border-color: #332E03; }
span { border-color: rgb(51,46,3); }
td.TdClassName
{
border-color: #332E03;
}
.TagClassName
{
border-color: #332E03;
}
</style>