Shades of Maire #332D06
Tints of Maire #332D06
RGB
CMYK
RGB Variations
Color information
#332D06 (or 0x332D06) is known color: Maire. HEX triplet: 33, 2D and 06. RGB value is (51,45,6). Sum of RGB (Red+Green+Blue) = 51+45+6=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D06 is #CCD2F9. Grayscale: #2A2A2A. Windows color (decimal): -13423354 or 404787. OLE color: 404787.
HSL color Cylindrical-coordinate representation of color #332D06: hue angle of 52º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #332D06 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 6 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.8 |
| HSL | 52º | 0.79% | 0.11% | - |
| HSV(B) | 52º | 0.88% | 0.2% | - |
| XYZ | 2.34 | 2.59 | 0.55 | - |
| YUV | 42.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 6 | 0 | 0.12 | 0.88 | 0.8 | 52 | 0.79 | 0.11 |
| Hex | 33 | 2D | 6 | 0 | C | 58 | 50 | 34 | 4F | B |
| Octal | 63 | 55 | 6 | 0 | 14 | 130 | 120 | 64 | 117 | 13 |
| Binary | 110011 | 101101 | 110 | 0 | 1100 | 1011000 | 1010000 | 110100 | 1001111 | 1011 |
Color Harmonies of #332D06
Complementary color
Monochromatic Colors of #332D06
Black with #332D06
Text Example
Text Example
White with #332D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D06; }
p { color: rgb(51,45,6); }
H1.HeaderClassName
{
color: #332D06;
}
.AnyTagClassName
{
color: #332D06;
}
</style>
background-color css
<style>
a { background-color: #332D06; }
a { background-color: rgb(51,45,6); }
div.DivClassName
{
background-color: #332D06;
}
.BgClassName
{
background-color: #332D06;
}
</style>
border-color css
<style>
span { border-color: #332D06; }
span { border-color: rgb(51,45,6); }
td.TdClassName
{
border-color: #332D06;
}
.TagClassName
{
border-color: #332D06;
}
</style>