Shades of Maire #352E02
Tints of Maire #352E02
RGB
CMYK
RGB Variations
Color information
#352E02 (or 0x352E02) is known color: Maire. HEX triplet: 35, 2E and 02. RGB value is (53,46,2). Sum of RGB (Red+Green+Blue) = 53+46+2=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #352E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E02 is #CAD1FD. Grayscale: #2B2B2B. Windows color (decimal): -13292030 or 142901. OLE color: 142901.
HSL color Cylindrical-coordinate representation of color #352E02: hue angle of 51.76º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #352E02 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 2 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.79 |
| HSL | 51.76º | 0.93% | 0.11% | - |
| HSV(B) | 51.76º | 0.96% | 0.21% | - |
| XYZ | 2.46 | 2.72 | 0.45 | - |
| YUV | 43.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 2 | 0 | 0.13 | 0.96 | 0.79 | 51.76 | 0.93 | 0.11 |
| Hex | 35 | 2E | 2 | 0 | D | 60 | 4F | 34 | 5D | B |
| Octal | 65 | 56 | 2 | 0 | 15 | 140 | 117 | 64 | 135 | 13 |
| Binary | 110101 | 101110 | 10 | 0 | 1101 | 1100000 | 1001111 | 110100 | 1011101 | 1011 |
Color Harmonies of #352E02
Complementary color
Monochromatic Colors of #352E02
Black with #352E02
Text Example
Text Example
White with #352E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E02; }
p { color: rgb(53,46,2); }
H1.HeaderClassName
{
color: #352E02;
}
.AnyTagClassName
{
color: #352E02;
}
</style>
background-color css
<style>
a { background-color: #352E02; }
a { background-color: rgb(53,46,2); }
div.DivClassName
{
background-color: #352E02;
}
.BgClassName
{
background-color: #352E02;
}
</style>
border-color css
<style>
span { border-color: #352E02; }
span { border-color: rgb(53,46,2); }
td.TdClassName
{
border-color: #352E02;
}
.TagClassName
{
border-color: #352E02;
}
</style>