Shades of Maire #352C03
Tints of Maire #352C03
RGB
CMYK
RGB Variations
Color information
#352C03 (or 0x352C03) is known color: Maire. HEX triplet: 35, 2C and 03. RGB value is (53,44,3). Sum of RGB (Red+Green+Blue) = 53+44+3=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #352C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C03 is #CAD3FC. Grayscale: #2A2A2A. Windows color (decimal): -13292541 or 207925. OLE color: 207925.
HSL color Cylindrical-coordinate representation of color #352C03: hue angle of 49.2º 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 #352C03 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 3 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.79 |
| HSL | 49.2º | 0.89% | 0.11% | - |
| HSV(B) | 49.2º | 0.94% | 0.21% | - |
| XYZ | 2.39 | 2.56 | 0.46 | - |
| YUV | 42.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 3 | 0 | 0.17 | 0.94 | 0.79 | 49.2 | 0.89 | 0.11 |
| Hex | 35 | 2C | 3 | 0 | 11 | 5E | 4F | 31 | 59 | B |
| Octal | 65 | 54 | 3 | 0 | 21 | 136 | 117 | 61 | 131 | 13 |
| Binary | 110101 | 101100 | 11 | 0 | 10001 | 1011110 | 1001111 | 110001 | 1011001 | 1011 |
Color Harmonies of #352C03
Complementary color
Monochromatic Colors of #352C03
Black with #352C03
Text Example
Text Example
White with #352C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C03; }
p { color: rgb(53,44,3); }
H1.HeaderClassName
{
color: #352C03;
}
.AnyTagClassName
{
color: #352C03;
}
</style>
background-color css
<style>
a { background-color: #352C03; }
a { background-color: rgb(53,44,3); }
div.DivClassName
{
background-color: #352C03;
}
.BgClassName
{
background-color: #352C03;
}
</style>
border-color css
<style>
span { border-color: #352C03; }
span { border-color: rgb(53,44,3); }
td.TdClassName
{
border-color: #352C03;
}
.TagClassName
{
border-color: #352C03;
}
</style>