Shades of Maire #332D00
Tints of Maire #332D00
RGB
CMYK
RGB Variations
Color information
#332D00 (or 0x332D00) is known color: Maire. HEX triplet: 33, 2D and 00. RGB value is (51,45,0). Sum of RGB (Red+Green+Blue) = 51+45+0=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #332D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D00 is #CCD2FF. Grayscale: #292929. Windows color (decimal): -13423360 or 11571. OLE color: 11571.
HSL color Cylindrical-coordinate representation of color #332D00: hue angle of 52.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332D00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.8 |
| HSL | 52.94º | 1% | 0.1% | - |
| HSV(B) | 52.94º | 1% | 0.2% | - |
| XYZ | 2.3 | 2.58 | 0.38 | - |
| YUV | 41.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 0 | 0 | 0.12 | 1 | 0.8 | 52.94 | 1 | 0.1 |
| Hex | 33 | 2D | 0 | 0 | C | 64 | 50 | 35 | 64 | A |
| Octal | 63 | 55 | 0 | 0 | 14 | 144 | 120 | 65 | 144 | 12 |
| Binary | 110011 | 101101 | 0 | 0 | 1100 | 1100100 | 1010000 | 110101 | 1100100 | 1010 |
Color Harmonies of #332D00
Complementary color
Monochromatic Colors of #332D00
Black with #332D00
Text Example
Text Example
White with #332D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D00; }
p { color: rgb(51,45,0); }
H1.HeaderClassName
{
color: #332D00;
}
.AnyTagClassName
{
color: #332D00;
}
</style>
background-color css
<style>
a { background-color: #332D00; }
a { background-color: rgb(51,45,0); }
div.DivClassName
{
background-color: #332D00;
}
.BgClassName
{
background-color: #332D00;
}
</style>
border-color css
<style>
span { border-color: #332D00; }
span { border-color: rgb(51,45,0); }
td.TdClassName
{
border-color: #332D00;
}
.TagClassName
{
border-color: #332D00;
}
</style>