Shades of Maire #352A03
Tints of Maire #352A03
RGB
CMYK
RGB Variations
Color information
#352A03 (or 0x352A03) is known color: Maire. HEX triplet: 35, 2A and 03. RGB value is (53,42,3). Sum of RGB (Red+Green+Blue) = 53+42+3=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #352A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A03 is #CAD5FC. Grayscale: #292929. Windows color (decimal): -13293053 or 207413. OLE color: 207413.
HSL color Cylindrical-coordinate representation of color #352A03: hue angle of 46.8º 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 #352A03 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 3 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.79 |
| HSL | 46.8º | 0.89% | 0.11% | - |
| HSV(B) | 46.8º | 0.94% | 0.21% | - |
| XYZ | 2.31 | 2.42 | 0.43 | - |
| YUV | 40.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 3 | 0 | 0.21 | 0.94 | 0.79 | 46.8 | 0.89 | 0.11 |
| Hex | 35 | 2A | 3 | 0 | 15 | 5E | 4F | 2F | 59 | B |
| Octal | 65 | 52 | 3 | 0 | 25 | 136 | 117 | 57 | 131 | 13 |
| Binary | 110101 | 101010 | 11 | 0 | 10101 | 1011110 | 1001111 | 101111 | 1011001 | 1011 |
Color Harmonies of #352A03
Complementary color
Monochromatic Colors of #352A03
Black with #352A03
Text Example
Text Example
White with #352A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A03; }
p { color: rgb(53,42,3); }
H1.HeaderClassName
{
color: #352A03;
}
.AnyTagClassName
{
color: #352A03;
}
</style>
background-color css
<style>
a { background-color: #352A03; }
a { background-color: rgb(53,42,3); }
div.DivClassName
{
background-color: #352A03;
}
.BgClassName
{
background-color: #352A03;
}
</style>
border-color css
<style>
span { border-color: #352A03; }
span { border-color: rgb(53,42,3); }
td.TdClassName
{
border-color: #352A03;
}
.TagClassName
{
border-color: #352A03;
}
</style>