Shades of Maire #352F0B
Tints of Maire #352F0B
RGB
CMYK
RGB Variations
Color information
#352F0B (or 0x352F0B) is known color: Maire. HEX triplet: 35, 2F and 0B. RGB value is (53,47,11). Sum of RGB (Red+Green+Blue) = 53+47+11=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F0B is #CAD0F4. Grayscale: #2C2C2C. Windows color (decimal): -13291765 or 732981. OLE color: 732981.
HSL color Cylindrical-coordinate representation of color #352F0B: hue angle of 51.43º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352F0B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 11 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.79 |
| HSL | 51.43º | 0.66% | 0.13% | - |
| HSV(B) | 51.43º | 0.79% | 0.21% | - |
| XYZ | 2.55 | 2.81 | 0.73 | - |
| YUV | 44.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 11 | 0 | 0.11 | 0.79 | 0.79 | 51.43 | 0.66 | 0.13 |
| Hex | 35 | 2F | B | 0 | B | 4F | 4F | 33 | 42 | D |
| Octal | 65 | 57 | 13 | 0 | 13 | 117 | 117 | 63 | 102 | 15 |
| Binary | 110101 | 101111 | 1011 | 0 | 1011 | 1001111 | 1001111 | 110011 | 1000010 | 1101 |
Color Harmonies of #352F0B
Complementary color
Monochromatic Colors of #352F0B
Black with #352F0B
Text Example
Text Example
White with #352F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F0B; }
p { color: rgb(53,47,11); }
H1.HeaderClassName
{
color: #352F0B;
}
.AnyTagClassName
{
color: #352F0B;
}
</style>
background-color css
<style>
a { background-color: #352F0B; }
a { background-color: rgb(53,47,11); }
div.DivClassName
{
background-color: #352F0B;
}
.BgClassName
{
background-color: #352F0B;
}
</style>
border-color css
<style>
span { border-color: #352F0B; }
span { border-color: rgb(53,47,11); }
td.TdClassName
{
border-color: #352F0B;
}
.TagClassName
{
border-color: #352F0B;
}
</style>