Shades of Maire #332E05
Tints of Maire #332E05
RGB
CMYK
RGB Variations
Color information
#332E05 (or 0x332E05) is known color: Maire. HEX triplet: 33, 2E and 05. RGB value is (51,46,5). Sum of RGB (Red+Green+Blue) = 51+46+5=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E05 is #CCD1FA. Grayscale: #2A2A2A. Windows color (decimal): -13423099 or 339507. OLE color: 339507.
HSL color Cylindrical-coordinate representation of color #332E05: hue angle of 53.48º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332E05 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 5 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.8 |
| HSL | 53.48º | 0.82% | 0.11% | - |
| HSV(B) | 53.48º | 0.9% | 0.2% | - |
| XYZ | 2.37 | 2.67 | 0.53 | - |
| YUV | 42.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 5 | 0 | 0.10 | 0.90 | 0.8 | 53.48 | 0.82 | 0.11 |
| Hex | 33 | 2E | 5 | 0 | A | 5A | 50 | 35 | 52 | B |
| Octal | 63 | 56 | 5 | 0 | 12 | 132 | 120 | 65 | 122 | 13 |
| Binary | 110011 | 101110 | 101 | 0 | 1010 | 1011010 | 1010000 | 110101 | 1010010 | 1011 |
Color Harmonies of #332E05
Complementary color
Monochromatic Colors of #332E05
Black with #332E05
Text Example
Text Example
White with #332E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E05; }
p { color: rgb(51,46,5); }
H1.HeaderClassName
{
color: #332E05;
}
.AnyTagClassName
{
color: #332E05;
}
</style>
background-color css
<style>
a { background-color: #332E05; }
a { background-color: rgb(51,46,5); }
div.DivClassName
{
background-color: #332E05;
}
.BgClassName
{
background-color: #332E05;
}
</style>
border-color css
<style>
span { border-color: #332E05; }
span { border-color: rgb(51,46,5); }
td.TdClassName
{
border-color: #332E05;
}
.TagClassName
{
border-color: #332E05;
}
</style>