Shades of Maire #332E1B
Tints of Maire #332E1B
RGB
CMYK
RGB Variations
Color information
#332E1B (or 0x332E1B) is known color: Maire. HEX triplet: 33, 2E and 1B. RGB value is (51,46,27). Sum of RGB (Red+Green+Blue) = 51+46+27=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E1B is #CCD1E4. Grayscale: #2D2D2D. Windows color (decimal): -13423077 or 1781299. OLE color: 1781299.
HSL color Cylindrical-coordinate representation of color #332E1B: hue angle of 47.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332E1B is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 27 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.8 |
| HSL | 47.5º | 0.31% | 0.15% | - |
| HSV(B) | 47.5º | 0.47% | 0.2% | - |
| XYZ | 2.54 | 2.74 | 1.43 | - |
| YUV | 45.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 27 | 0 | 0.10 | 0.47 | 0.8 | 47.5 | 0.31 | 0.15 |
| Hex | 33 | 2E | 1B | 0 | A | 2F | 50 | 30 | 1F | F |
| Octal | 63 | 56 | 33 | 0 | 12 | 57 | 120 | 60 | 37 | 17 |
| Binary | 110011 | 101110 | 11011 | 0 | 1010 | 101111 | 1010000 | 110000 | 11111 | 1111 |
Color Harmonies of #332E1B
Complementary color
Monochromatic Colors of #332E1B
Black with #332E1B
Text Example
Text Example
White with #332E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E1B; }
p { color: rgb(51,46,27); }
H1.HeaderClassName
{
color: #332E1B;
}
.AnyTagClassName
{
color: #332E1B;
}
</style>
background-color css
<style>
a { background-color: #332E1B; }
a { background-color: rgb(51,46,27); }
div.DivClassName
{
background-color: #332E1B;
}
.BgClassName
{
background-color: #332E1B;
}
</style>
border-color css
<style>
span { border-color: #332E1B; }
span { border-color: rgb(51,46,27); }
td.TdClassName
{
border-color: #332E1B;
}
.TagClassName
{
border-color: #332E1B;
}
</style>