Shades of Maire #332E04
Tints of Maire #332E04
RGB
CMYK
RGB Variations
Color information
#332E04 (or 0x332E04) is known color: Maire. HEX triplet: 33, 2E and 04. RGB value is (51,46,4). Sum of RGB (Red+Green+Blue) = 51+46+4=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #332E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E04 is #CCD1FB. Grayscale: #2A2A2A. Windows color (decimal): -13423100 or 273971. OLE color: 273971.
HSL color Cylindrical-coordinate representation of color #332E04: hue angle of 53.62º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #332E04 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 4 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.8 |
| HSL | 53.62º | 0.85% | 0.11% | - |
| HSV(B) | 53.62º | 0.92% | 0.2% | - |
| XYZ | 2.36 | 2.67 | 0.5 | - |
| YUV | 42.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 4 | 0 | 0.10 | 0.92 | 0.8 | 53.62 | 0.85 | 0.11 |
| Hex | 33 | 2E | 4 | 0 | A | 5C | 50 | 36 | 55 | B |
| Octal | 63 | 56 | 4 | 0 | 12 | 134 | 120 | 66 | 125 | 13 |
| Binary | 110011 | 101110 | 100 | 0 | 1010 | 1011100 | 1010000 | 110110 | 1010101 | 1011 |
Color Harmonies of #332E04
Complementary color
Monochromatic Colors of #332E04
Black with #332E04
Text Example
Text Example
White with #332E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E04; }
p { color: rgb(51,46,4); }
H1.HeaderClassName
{
color: #332E04;
}
.AnyTagClassName
{
color: #332E04;
}
</style>
background-color css
<style>
a { background-color: #332E04; }
a { background-color: rgb(51,46,4); }
div.DivClassName
{
background-color: #332E04;
}
.BgClassName
{
background-color: #332E04;
}
</style>
border-color css
<style>
span { border-color: #332E04; }
span { border-color: rgb(51,46,4); }
td.TdClassName
{
border-color: #332E04;
}
.TagClassName
{
border-color: #332E04;
}
</style>