Shades of Maire #352D03
Tints of Maire #352D03
RGB
CMYK
RGB Variations
Color information
#352D03 (or 0x352D03) is known color: Maire. HEX triplet: 35, 2D and 03. RGB value is (53,45,3). Sum of RGB (Red+Green+Blue) = 53+45+3=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #352D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D03 is #CAD2FC. Grayscale: #2A2A2A. Windows color (decimal): -13292285 or 208181. OLE color: 208181.
HSL color Cylindrical-coordinate representation of color #352D03: hue angle of 50.4º 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 #352D03 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 3 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.79 |
| HSL | 50.4º | 0.89% | 0.11% | - |
| HSV(B) | 50.4º | 0.94% | 0.21% | - |
| XYZ | 2.42 | 2.64 | 0.47 | - |
| YUV | 42.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 3 | 0 | 0.15 | 0.94 | 0.79 | 50.4 | 0.89 | 0.11 |
| Hex | 35 | 2D | 3 | 0 | F | 5E | 4F | 32 | 59 | B |
| Octal | 65 | 55 | 3 | 0 | 17 | 136 | 117 | 62 | 131 | 13 |
| Binary | 110101 | 101101 | 11 | 0 | 1111 | 1011110 | 1001111 | 110010 | 1011001 | 1011 |
Color Harmonies of #352D03
Complementary color
Monochromatic Colors of #352D03
Black with #352D03
Text Example
Text Example
White with #352D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D03; }
p { color: rgb(53,45,3); }
H1.HeaderClassName
{
color: #352D03;
}
.AnyTagClassName
{
color: #352D03;
}
</style>
background-color css
<style>
a { background-color: #352D03; }
a { background-color: rgb(53,45,3); }
div.DivClassName
{
background-color: #352D03;
}
.BgClassName
{
background-color: #352D03;
}
</style>
border-color css
<style>
span { border-color: #352D03; }
span { border-color: rgb(53,45,3); }
td.TdClassName
{
border-color: #352D03;
}
.TagClassName
{
border-color: #352D03;
}
</style>