Shades of Maire #332B0E
Tints of Maire #332B0E
RGB
CMYK
RGB Variations
Color information
#332B0E (or 0x332B0E) is known color: Maire. HEX triplet: 33, 2B and 0E. RGB value is (51,43,14). Sum of RGB (Red+Green+Blue) = 51+43+14=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B0E is #CCD4F1. Grayscale: #2A2A2A. Windows color (decimal): -13423858 or 928563. OLE color: 928563.
HSL color Cylindrical-coordinate representation of color #332B0E: hue angle of 47.03º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332B0E is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 14 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.8 |
| HSL | 47.03º | 0.57% | 0.13% | - |
| HSV(B) | 47.03º | 0.73% | 0.2% | - |
| XYZ | 2.31 | 2.46 | 0.77 | - |
| YUV | 42.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 14 | 0 | 0.16 | 0.73 | 0.8 | 47.03 | 0.57 | 0.13 |
| Hex | 33 | 2B | E | 0 | 10 | 49 | 50 | 2F | 39 | D |
| Octal | 63 | 53 | 16 | 0 | 20 | 111 | 120 | 57 | 71 | 15 |
| Binary | 110011 | 101011 | 1110 | 0 | 10000 | 1001001 | 1010000 | 101111 | 111001 | 1101 |
Color Harmonies of #332B0E
Complementary color
Monochromatic Colors of #332B0E
Black with #332B0E
Text Example
Text Example
White with #332B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B0E; }
p { color: rgb(51,43,14); }
H1.HeaderClassName
{
color: #332B0E;
}
.AnyTagClassName
{
color: #332B0E;
}
</style>
background-color css
<style>
a { background-color: #332B0E; }
a { background-color: rgb(51,43,14); }
div.DivClassName
{
background-color: #332B0E;
}
.BgClassName
{
background-color: #332B0E;
}
</style>
border-color css
<style>
span { border-color: #332B0E; }
span { border-color: rgb(51,43,14); }
td.TdClassName
{
border-color: #332B0E;
}
.TagClassName
{
border-color: #332B0E;
}
</style>