Shades of Maire #352F04
Tints of Maire #352F04
RGB
CMYK
RGB Variations
Color information
#352F04 (or 0x352F04) is known color: Maire. HEX triplet: 35, 2F and 04. RGB value is (53,47,4). Sum of RGB (Red+Green+Blue) = 53+47+4=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #352F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F04 is #CAD0FB. Grayscale: #2C2C2C. Windows color (decimal): -13291772 or 274229. OLE color: 274229.
HSL color Cylindrical-coordinate representation of color #352F04: hue angle of 52.65º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #352F04 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 4 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.79 |
| HSL | 52.65º | 0.86% | 0.11% | - |
| HSV(B) | 52.65º | 0.92% | 0.21% | - |
| XYZ | 2.51 | 2.8 | 0.52 | - |
| YUV | 43.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 4 | 0 | 0.11 | 0.92 | 0.79 | 52.65 | 0.86 | 0.11 |
| Hex | 35 | 2F | 4 | 0 | B | 5C | 4F | 35 | 56 | B |
| Octal | 65 | 57 | 4 | 0 | 13 | 134 | 117 | 65 | 126 | 13 |
| Binary | 110101 | 101111 | 100 | 0 | 1011 | 1011100 | 1001111 | 110101 | 1010110 | 1011 |
Color Harmonies of #352F04
Complementary color
Monochromatic Colors of #352F04
Black with #352F04
Text Example
Text Example
White with #352F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F04; }
p { color: rgb(53,47,4); }
H1.HeaderClassName
{
color: #352F04;
}
.AnyTagClassName
{
color: #352F04;
}
</style>
background-color css
<style>
a { background-color: #352F04; }
a { background-color: rgb(53,47,4); }
div.DivClassName
{
background-color: #352F04;
}
.BgClassName
{
background-color: #352F04;
}
</style>
border-color css
<style>
span { border-color: #352F04; }
span { border-color: rgb(53,47,4); }
td.TdClassName
{
border-color: #352F04;
}
.TagClassName
{
border-color: #352F04;
}
</style>