Shades of Maire #332A09
Tints of Maire #332A09
RGB
CMYK
RGB Variations
Color information
#332A09 (or 0x332A09) is known color: Maire. HEX triplet: 33, 2A and 09. RGB value is (51,42,9). Sum of RGB (Red+Green+Blue) = 51+42+9=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A09 is #CCD5F6. Grayscale: #292929. Windows color (decimal): -13424119 or 600627. OLE color: 600627.
HSL color Cylindrical-coordinate representation of color #332A09: hue angle of 47.14º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332A09 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 9 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.8 |
| HSL | 47.14º | 0.7% | 0.12% | - |
| HSV(B) | 47.14º | 0.82% | 0.2% | - |
| XYZ | 2.24 | 2.38 | 0.6 | - |
| YUV | 40.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 9 | 0 | 0.18 | 0.82 | 0.8 | 47.14 | 0.7 | 0.12 |
| Hex | 33 | 2A | 9 | 0 | 12 | 52 | 50 | 2F | 46 | C |
| Octal | 63 | 52 | 11 | 0 | 22 | 122 | 120 | 57 | 106 | 14 |
| Binary | 110011 | 101010 | 1001 | 0 | 10010 | 1010010 | 1010000 | 101111 | 1000110 | 1100 |
Color Harmonies of #332A09
Complementary color
Monochromatic Colors of #332A09
Black with #332A09
Text Example
Text Example
White with #332A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A09; }
p { color: rgb(51,42,9); }
H1.HeaderClassName
{
color: #332A09;
}
.AnyTagClassName
{
color: #332A09;
}
</style>
background-color css
<style>
a { background-color: #332A09; }
a { background-color: rgb(51,42,9); }
div.DivClassName
{
background-color: #332A09;
}
.BgClassName
{
background-color: #332A09;
}
</style>
border-color css
<style>
span { border-color: #332A09; }
span { border-color: rgb(51,42,9); }
td.TdClassName
{
border-color: #332A09;
}
.TagClassName
{
border-color: #332A09;
}
</style>