Shades of Maire #332B0C
Tints of Maire #332B0C
RGB
CMYK
RGB Variations
Color information
#332B0C (or 0x332B0C) is known color: Maire. HEX triplet: 33, 2B and 0C. RGB value is (51,43,12). Sum of RGB (Red+Green+Blue) = 51+43+12=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B0C is #CCD4F3. Grayscale: #292929. Windows color (decimal): -13423860 or 797491. OLE color: 797491.
HSL color Cylindrical-coordinate representation of color #332B0C: hue angle of 47.69º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332B0C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 12 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.8 |
| HSL | 47.69º | 0.62% | 0.12% | - |
| HSV(B) | 47.69º | 0.76% | 0.2% | - |
| XYZ | 2.3 | 2.46 | 0.7 | - |
| YUV | 41.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 12 | 0 | 0.16 | 0.76 | 0.8 | 47.69 | 0.62 | 0.12 |
| Hex | 33 | 2B | C | 0 | 10 | 4C | 50 | 30 | 3E | C |
| Octal | 63 | 53 | 14 | 0 | 20 | 114 | 120 | 60 | 76 | 14 |
| Binary | 110011 | 101011 | 1100 | 0 | 10000 | 1001100 | 1010000 | 110000 | 111110 | 1100 |
Color Harmonies of #332B0C
Complementary color
Monochromatic Colors of #332B0C
Black with #332B0C
Text Example
Text Example
White with #332B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B0C; }
p { color: rgb(51,43,12); }
H1.HeaderClassName
{
color: #332B0C;
}
.AnyTagClassName
{
color: #332B0C;
}
</style>
background-color css
<style>
a { background-color: #332B0C; }
a { background-color: rgb(51,43,12); }
div.DivClassName
{
background-color: #332B0C;
}
.BgClassName
{
background-color: #332B0C;
}
</style>
border-color css
<style>
span { border-color: #332B0C; }
span { border-color: rgb(51,43,12); }
td.TdClassName
{
border-color: #332B0C;
}
.TagClassName
{
border-color: #332B0C;
}
</style>