Shades of Maire #352E06
Tints of Maire #352E06
RGB
CMYK
RGB Variations
Color information
#352E06 (or 0x352E06) is known color: Maire. HEX triplet: 35, 2E and 06. RGB value is (53,46,6). Sum of RGB (Red+Green+Blue) = 53+46+6=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #352E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E06 is #CAD1F9. Grayscale: #2B2B2B. Windows color (decimal): -13292026 or 405045. OLE color: 405045.
HSL color Cylindrical-coordinate representation of color #352E06: hue angle of 51.06º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #352E06 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 6 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.79 |
| HSL | 51.06º | 0.8% | 0.12% | - |
| HSV(B) | 51.06º | 0.89% | 0.21% | - |
| XYZ | 2.48 | 2.72 | 0.57 | - |
| YUV | 43.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 6 | 0 | 0.13 | 0.89 | 0.79 | 51.06 | 0.8 | 0.12 |
| Hex | 35 | 2E | 6 | 0 | D | 59 | 4F | 33 | 50 | C |
| Octal | 65 | 56 | 6 | 0 | 15 | 131 | 117 | 63 | 120 | 14 |
| Binary | 110101 | 101110 | 110 | 0 | 1101 | 1011001 | 1001111 | 110011 | 1010000 | 1100 |
Color Harmonies of #352E06
Complementary color
Monochromatic Colors of #352E06
Black with #352E06
Text Example
Text Example
White with #352E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E06; }
p { color: rgb(53,46,6); }
H1.HeaderClassName
{
color: #352E06;
}
.AnyTagClassName
{
color: #352E06;
}
</style>
background-color css
<style>
a { background-color: #352E06; }
a { background-color: rgb(53,46,6); }
div.DivClassName
{
background-color: #352E06;
}
.BgClassName
{
background-color: #352E06;
}
</style>
border-color css
<style>
span { border-color: #352E06; }
span { border-color: rgb(53,46,6); }
td.TdClassName
{
border-color: #352E06;
}
.TagClassName
{
border-color: #352E06;
}
</style>