Shades of Maire #332C15
Tints of Maire #332C15
RGB
CMYK
RGB Variations
Color information
#332C15 (or 0x332C15) is known color: Maire. HEX triplet: 33, 2C and 15. RGB value is (51,44,21). Sum of RGB (Red+Green+Blue) = 51+44+21=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C15 is #CCD3EA. Grayscale: #2B2B2B. Windows color (decimal): -13423595 or 1387571. OLE color: 1387571.
HSL color Cylindrical-coordinate representation of color #332C15: hue angle of 46º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332C15 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 44 | 21 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.8 |
| HSL | 46º | 0.42% | 0.14% | - |
| HSV(B) | 46º | 0.59% | 0.2% | - |
| XYZ | 2.4 | 2.56 | 1.08 | - |
| YUV | 43.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 21 | 0 | 0.14 | 0.59 | 0.8 | 46 | 0.42 | 0.14 |
| Hex | 33 | 2C | 15 | 0 | E | 3B | 50 | 2E | 2A | E |
| Octal | 63 | 54 | 25 | 0 | 16 | 73 | 120 | 56 | 52 | 16 |
| Binary | 110011 | 101100 | 10101 | 0 | 1110 | 111011 | 1010000 | 101110 | 101010 | 1110 |
Color Harmonies of #332C15
Complementary color
Monochromatic Colors of #332C15
Black with #332C15
Text Example
Text Example
White with #332C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C15; }
p { color: rgb(51,44,21); }
H1.HeaderClassName
{
color: #332C15;
}
.AnyTagClassName
{
color: #332C15;
}
</style>
background-color css
<style>
a { background-color: #332C15; }
a { background-color: rgb(51,44,21); }
div.DivClassName
{
background-color: #332C15;
}
.BgClassName
{
background-color: #332C15;
}
</style>
border-color css
<style>
span { border-color: #332C15; }
span { border-color: rgb(51,44,21); }
td.TdClassName
{
border-color: #332C15;
}
.TagClassName
{
border-color: #332C15;
}
</style>