Shades of Maire #332A05
Tints of Maire #332A05
RGB
CMYK
RGB Variations
Color information
#332A05 (or 0x332A05) is known color: Maire. HEX triplet: 33, 2A and 05. RGB value is (51,42,5). Sum of RGB (Red+Green+Blue) = 51+42+5=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #332A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A05 is #CCD5FA. Grayscale: #282828. Windows color (decimal): -13424123 or 338483. OLE color: 338483.
HSL color Cylindrical-coordinate representation of color #332A05: hue angle of 48.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332A05 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 5 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.8 |
| HSL | 48.26º | 0.82% | 0.11% | - |
| HSV(B) | 48.26º | 0.9% | 0.2% | - |
| XYZ | 2.22 | 2.37 | 0.48 | - |
| YUV | 40.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 5 | 0 | 0.18 | 0.90 | 0.8 | 48.26 | 0.82 | 0.11 |
| Hex | 33 | 2A | 5 | 0 | 12 | 5A | 50 | 30 | 52 | B |
| Octal | 63 | 52 | 5 | 0 | 22 | 132 | 120 | 60 | 122 | 13 |
| Binary | 110011 | 101010 | 101 | 0 | 10010 | 1011010 | 1010000 | 110000 | 1010010 | 1011 |
Color Harmonies of #332A05
Complementary color
Monochromatic Colors of #332A05
Black with #332A05
Text Example
Text Example
White with #332A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A05; }
p { color: rgb(51,42,5); }
H1.HeaderClassName
{
color: #332A05;
}
.AnyTagClassName
{
color: #332A05;
}
</style>
background-color css
<style>
a { background-color: #332A05; }
a { background-color: rgb(51,42,5); }
div.DivClassName
{
background-color: #332A05;
}
.BgClassName
{
background-color: #332A05;
}
</style>
border-color css
<style>
span { border-color: #332A05; }
span { border-color: rgb(51,42,5); }
td.TdClassName
{
border-color: #332A05;
}
.TagClassName
{
border-color: #332A05;
}
</style>