Shades of Maire #332E19
Tints of Maire #332E19
RGB
CMYK
RGB Variations
Color information
#332E19 (or 0x332E19) is known color: Maire. HEX triplet: 33, 2E and 19. RGB value is (51,46,25). Sum of RGB (Red+Green+Blue) = 51+46+25=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #332E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E19 is #CCD1E6. Grayscale: #2D2D2D. Windows color (decimal): -13423079 or 1650227. OLE color: 1650227.
HSL color Cylindrical-coordinate representation of color #332E19: hue angle of 48.46º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332E19 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 25 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.8 |
| HSL | 48.46º | 0.34% | 0.15% | - |
| HSV(B) | 48.46º | 0.51% | 0.2% | - |
| XYZ | 2.52 | 2.73 | 1.31 | - |
| YUV | 45.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 25 | 0 | 0.10 | 0.51 | 0.8 | 48.46 | 0.34 | 0.15 |
| Hex | 33 | 2E | 19 | 0 | A | 33 | 50 | 30 | 22 | F |
| Octal | 63 | 56 | 31 | 0 | 12 | 63 | 120 | 60 | 42 | 17 |
| Binary | 110011 | 101110 | 11001 | 0 | 1010 | 110011 | 1010000 | 110000 | 100010 | 1111 |
Color Harmonies of #332E19
Complementary color
Monochromatic Colors of #332E19
Black with #332E19
Text Example
Text Example
White with #332E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E19; }
p { color: rgb(51,46,25); }
H1.HeaderClassName
{
color: #332E19;
}
.AnyTagClassName
{
color: #332E19;
}
</style>
background-color css
<style>
a { background-color: #332E19; }
a { background-color: rgb(51,46,25); }
div.DivClassName
{
background-color: #332E19;
}
.BgClassName
{
background-color: #332E19;
}
</style>
border-color css
<style>
span { border-color: #332E19; }
span { border-color: rgb(51,46,25); }
td.TdClassName
{
border-color: #332E19;
}
.TagClassName
{
border-color: #332E19;
}
</style>