Shades of Maire #352F09
Tints of Maire #352F09
RGB
CMYK
RGB Variations
Color information
#352F09 (or 0x352F09) is known color: Maire. HEX triplet: 35, 2F and 09. RGB value is (53,47,9). Sum of RGB (Red+Green+Blue) = 53+47+9=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F09 is #CAD0F6. Grayscale: #2C2C2C. Windows color (decimal): -13291767 or 601909. OLE color: 601909.
HSL color Cylindrical-coordinate representation of color #352F09: hue angle of 51.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352F09 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 9 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.79 |
| HSL | 51.82º | 0.71% | 0.12% | - |
| HSV(B) | 51.82º | 0.83% | 0.21% | - |
| XYZ | 2.53 | 2.81 | 0.67 | - |
| YUV | 44.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 9 | 0 | 0.11 | 0.83 | 0.79 | 51.82 | 0.71 | 0.12 |
| Hex | 35 | 2F | 9 | 0 | B | 53 | 4F | 34 | 47 | C |
| Octal | 65 | 57 | 11 | 0 | 13 | 123 | 117 | 64 | 107 | 14 |
| Binary | 110101 | 101111 | 1001 | 0 | 1011 | 1010011 | 1001111 | 110100 | 1000111 | 1100 |
Color Harmonies of #352F09
Complementary color
Monochromatic Colors of #352F09
Black with #352F09
Text Example
Text Example
White with #352F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F09; }
p { color: rgb(53,47,9); }
H1.HeaderClassName
{
color: #352F09;
}
.AnyTagClassName
{
color: #352F09;
}
</style>
background-color css
<style>
a { background-color: #352F09; }
a { background-color: rgb(53,47,9); }
div.DivClassName
{
background-color: #352F09;
}
.BgClassName
{
background-color: #352F09;
}
</style>
border-color css
<style>
span { border-color: #352F09; }
span { border-color: rgb(53,47,9); }
td.TdClassName
{
border-color: #352F09;
}
.TagClassName
{
border-color: #352F09;
}
</style>