Shades of Maire #332E09
Tints of Maire #332E09
RGB
CMYK
RGB Variations
Color information
#332E09 (or 0x332E09) is known color: Maire. HEX triplet: 33, 2E and 09. RGB value is (51,46,9). Sum of RGB (Red+Green+Blue) = 51+46+9=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E09 is #CCD1F6. Grayscale: #2B2B2B. Windows color (decimal): -13423095 or 601651. OLE color: 601651.
HSL color Cylindrical-coordinate representation of color #332E09: hue angle of 52.86º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332E09 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 9 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.8 |
| HSL | 52.86º | 0.7% | 0.12% | - |
| HSV(B) | 52.86º | 0.82% | 0.2% | - |
| XYZ | 2.39 | 2.68 | 0.65 | - |
| YUV | 43.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 9 | 0 | 0.10 | 0.82 | 0.8 | 52.86 | 0.7 | 0.12 |
| Hex | 33 | 2E | 9 | 0 | A | 52 | 50 | 35 | 46 | C |
| Octal | 63 | 56 | 11 | 0 | 12 | 122 | 120 | 65 | 106 | 14 |
| Binary | 110011 | 101110 | 1001 | 0 | 1010 | 1010010 | 1010000 | 110101 | 1000110 | 1100 |
Color Harmonies of #332E09
Complementary color
Monochromatic Colors of #332E09
Black with #332E09
Text Example
Text Example
White with #332E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E09; }
p { color: rgb(51,46,9); }
H1.HeaderClassName
{
color: #332E09;
}
.AnyTagClassName
{
color: #332E09;
}
</style>
background-color css
<style>
a { background-color: #332E09; }
a { background-color: rgb(51,46,9); }
div.DivClassName
{
background-color: #332E09;
}
.BgClassName
{
background-color: #332E09;
}
</style>
border-color css
<style>
span { border-color: #332E09; }
span { border-color: rgb(51,46,9); }
td.TdClassName
{
border-color: #332E09;
}
.TagClassName
{
border-color: #332E09;
}
</style>