Shades of Maire #352B04
Tints of Maire #352B04
RGB
CMYK
RGB Variations
Color information
#352B04 (or 0x352B04) is known color: Maire. HEX triplet: 35, 2B and 04. RGB value is (53,43,4). Sum of RGB (Red+Green+Blue) = 53+43+4=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #352B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352B04 is #CAD4FB. Grayscale: #292929. Windows color (decimal): -13292796 or 273205. OLE color: 273205.
HSL color Cylindrical-coordinate representation of color #352B04: hue angle of 47.76º 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 #352B04 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 43 | 4 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.79 |
| HSL | 47.76º | 0.86% | 0.11% | - |
| HSV(B) | 47.76º | 0.92% | 0.21% | - |
| XYZ | 2.35 | 2.49 | 0.47 | - |
| YUV | 41.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 4 | 0 | 0.19 | 0.92 | 0.79 | 47.76 | 0.86 | 0.11 |
| Hex | 35 | 2B | 4 | 0 | 13 | 5C | 4F | 30 | 56 | B |
| Octal | 65 | 53 | 4 | 0 | 23 | 134 | 117 | 60 | 126 | 13 |
| Binary | 110101 | 101011 | 100 | 0 | 10011 | 1011100 | 1001111 | 110000 | 1010110 | 1011 |
Color Harmonies of #352B04
Complementary color
Monochromatic Colors of #352B04
Black with #352B04
Text Example
Text Example
White with #352B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B04; }
p { color: rgb(53,43,4); }
H1.HeaderClassName
{
color: #352B04;
}
.AnyTagClassName
{
color: #352B04;
}
</style>
background-color css
<style>
a { background-color: #352B04; }
a { background-color: rgb(53,43,4); }
div.DivClassName
{
background-color: #352B04;
}
.BgClassName
{
background-color: #352B04;
}
</style>
border-color css
<style>
span { border-color: #352B04; }
span { border-color: rgb(53,43,4); }
td.TdClassName
{
border-color: #352B04;
}
.TagClassName
{
border-color: #352B04;
}
</style>