Shades of Maire #352E01
Tints of Maire #352E01
RGB
CMYK
RGB Variations
Color information
#352E01 (or 0x352E01) is known color: Maire. HEX triplet: 35, 2E and 01. RGB value is (53,46,1). Sum of RGB (Red+Green+Blue) = 53+46+1=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #352E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E01 is #CAD1FE. Grayscale: #2B2B2B. Windows color (decimal): -13292031 or 77365. OLE color: 77365.
HSL color Cylindrical-coordinate representation of color #352E01: hue angle of 51.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #352E01 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 1 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.79 |
| HSL | 51.92º | 0.96% | 0.11% | - |
| HSV(B) | 51.92º | 0.98% | 0.21% | - |
| XYZ | 2.45 | 2.71 | 0.42 | - |
| YUV | 42.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 1 | 0 | 0.13 | 0.98 | 0.79 | 51.92 | 0.96 | 0.11 |
| Hex | 35 | 2E | 1 | 0 | D | 62 | 4F | 34 | 60 | B |
| Octal | 65 | 56 | 1 | 0 | 15 | 142 | 117 | 64 | 140 | 13 |
| Binary | 110101 | 101110 | 1 | 0 | 1101 | 1100010 | 1001111 | 110100 | 1100000 | 1011 |
Color Harmonies of #352E01
Complementary color
Monochromatic Colors of #352E01
Black with #352E01
Text Example
Text Example
White with #352E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E01; }
p { color: rgb(53,46,1); }
H1.HeaderClassName
{
color: #352E01;
}
.AnyTagClassName
{
color: #352E01;
}
</style>
background-color css
<style>
a { background-color: #352E01; }
a { background-color: rgb(53,46,1); }
div.DivClassName
{
background-color: #352E01;
}
.BgClassName
{
background-color: #352E01;
}
</style>
border-color css
<style>
span { border-color: #352E01; }
span { border-color: rgb(53,46,1); }
td.TdClassName
{
border-color: #352E01;
}
.TagClassName
{
border-color: #352E01;
}
</style>