Shades of Maire #352E03
Tints of Maire #352E03
RGB
CMYK
RGB Variations
Color information
#352E03 (or 0x352E03) is known color: Maire. HEX triplet: 35, 2E and 03. RGB value is (53,46,3). Sum of RGB (Red+Green+Blue) = 53+46+3=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #352E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E03 is #CAD1FC. Grayscale: #2B2B2B. Windows color (decimal): -13292029 or 208437. OLE color: 208437.
HSL color Cylindrical-coordinate representation of color #352E03: hue angle of 51.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #352E03 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 3 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.79 |
| HSL | 51.6º | 0.89% | 0.11% | - |
| HSV(B) | 51.6º | 0.94% | 0.21% | - |
| XYZ | 2.46 | 2.72 | 0.48 | - |
| YUV | 43.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 3 | 0 | 0.13 | 0.94 | 0.79 | 51.6 | 0.89 | 0.11 |
| Hex | 35 | 2E | 3 | 0 | D | 5E | 4F | 34 | 59 | B |
| Octal | 65 | 56 | 3 | 0 | 15 | 136 | 117 | 64 | 131 | 13 |
| Binary | 110101 | 101110 | 11 | 0 | 1101 | 1011110 | 1001111 | 110100 | 1011001 | 1011 |
Color Harmonies of #352E03
Complementary color
Monochromatic Colors of #352E03
Black with #352E03
Text Example
Text Example
White with #352E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E03; }
p { color: rgb(53,46,3); }
H1.HeaderClassName
{
color: #352E03;
}
.AnyTagClassName
{
color: #352E03;
}
</style>
background-color css
<style>
a { background-color: #352E03; }
a { background-color: rgb(53,46,3); }
div.DivClassName
{
background-color: #352E03;
}
.BgClassName
{
background-color: #352E03;
}
</style>
border-color css
<style>
span { border-color: #352E03; }
span { border-color: rgb(53,46,3); }
td.TdClassName
{
border-color: #352E03;
}
.TagClassName
{
border-color: #352E03;
}
</style>