Shades of Maire #332B11
Tints of Maire #332B11
RGB
CMYK
RGB Variations
Color information
#332B11 (or 0x332B11) is known color: Maire. HEX triplet: 33, 2B and 11. RGB value is (51,43,17). Sum of RGB (Red+Green+Blue) = 51+43+17=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #332B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B11 is #CCD4EE. Grayscale: #2A2A2A. Windows color (decimal): -13423855 or 1125171. OLE color: 1125171.
HSL color Cylindrical-coordinate representation of color #332B11: hue angle of 45.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332B11 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 17 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.8 |
| HSL | 45.88º | 0.5% | 0.13% | - |
| HSV(B) | 45.88º | 0.67% | 0.2% | - |
| XYZ | 2.33 | 2.47 | 0.88 | - |
| YUV | 42.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 17 | 0 | 0.16 | 0.67 | 0.8 | 45.88 | 0.5 | 0.13 |
| Hex | 33 | 2B | 11 | 0 | 10 | 43 | 50 | 2E | 32 | D |
| Octal | 63 | 53 | 21 | 0 | 20 | 103 | 120 | 56 | 62 | 15 |
| Binary | 110011 | 101011 | 10001 | 0 | 10000 | 1000011 | 1010000 | 101110 | 110010 | 1101 |
Color Harmonies of #332B11
Complementary color
Monochromatic Colors of #332B11
Black with #332B11
Text Example
Text Example
White with #332B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B11; }
p { color: rgb(51,43,17); }
H1.HeaderClassName
{
color: #332B11;
}
.AnyTagClassName
{
color: #332B11;
}
</style>
background-color css
<style>
a { background-color: #332B11; }
a { background-color: rgb(51,43,17); }
div.DivClassName
{
background-color: #332B11;
}
.BgClassName
{
background-color: #332B11;
}
</style>
border-color css
<style>
span { border-color: #332B11; }
span { border-color: rgb(51,43,17); }
td.TdClassName
{
border-color: #332B11;
}
.TagClassName
{
border-color: #332B11;
}
</style>