Shades of Maire #352F10
Tints of Maire #352F10
RGB
CMYK
RGB Variations
Color information
#352F10 (or 0x352F10) is known color: Maire. HEX triplet: 35, 2F and 10. RGB value is (53,47,16). Sum of RGB (Red+Green+Blue) = 53+47+16=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F10 is #CAD0EF. Grayscale: #2D2D2D. Windows color (decimal): -13291760 or 1060661. OLE color: 1060661.
HSL color Cylindrical-coordinate representation of color #352F10: hue angle of 50.27º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352F10 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 16 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.79 |
| HSL | 50.27º | 0.54% | 0.14% | - |
| HSV(B) | 50.27º | 0.7% | 0.21% | - |
| XYZ | 2.58 | 2.83 | 0.9 | - |
| YUV | 45.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 16 | 0 | 0.11 | 0.70 | 0.79 | 50.27 | 0.54 | 0.14 |
| Hex | 35 | 2F | 10 | 0 | B | 46 | 4F | 32 | 36 | E |
| Octal | 65 | 57 | 20 | 0 | 13 | 106 | 117 | 62 | 66 | 16 |
| Binary | 110101 | 101111 | 10000 | 0 | 1011 | 1000110 | 1001111 | 110010 | 110110 | 1110 |
Color Harmonies of #352F10
Complementary color
Monochromatic Colors of #352F10
Black with #352F10
Text Example
Text Example
White with #352F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F10; }
p { color: rgb(53,47,16); }
H1.HeaderClassName
{
color: #352F10;
}
.AnyTagClassName
{
color: #352F10;
}
</style>
background-color css
<style>
a { background-color: #352F10; }
a { background-color: rgb(53,47,16); }
div.DivClassName
{
background-color: #352F10;
}
.BgClassName
{
background-color: #352F10;
}
</style>
border-color css
<style>
span { border-color: #352F10; }
span { border-color: rgb(53,47,16); }
td.TdClassName
{
border-color: #352F10;
}
.TagClassName
{
border-color: #352F10;
}
</style>