Shades of Maire #332F10
Tints of Maire #332F10
RGB
CMYK
RGB Variations
Color information
#332F10 (or 0x332F10) is known color: Maire. HEX triplet: 33, 2F and 10. RGB value is (51,47,16). Sum of RGB (Red+Green+Blue) = 51+47+16=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #332F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F10 is #CCD0EF. Grayscale: #2C2C2C. Windows color (decimal): -13422832 or 1060659. OLE color: 1060659.
HSL color Cylindrical-coordinate representation of color #332F10: hue angle of 53.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332F10 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 16 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.8 |
| HSL | 53.14º | 0.52% | 0.13% | - |
| HSV(B) | 53.14º | 0.69% | 0.2% | - |
| XYZ | 2.48 | 2.77 | 0.9 | - |
| YUV | 44.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 16 | 0 | 0.08 | 0.69 | 0.8 | 53.14 | 0.52 | 0.13 |
| Hex | 33 | 2F | 10 | 0 | 8 | 45 | 50 | 35 | 34 | D |
| Octal | 63 | 57 | 20 | 0 | 10 | 105 | 120 | 65 | 64 | 15 |
| Binary | 110011 | 101111 | 10000 | 0 | 1000 | 1000101 | 1010000 | 110101 | 110100 | 1101 |
Color Harmonies of #332F10
Complementary color
Monochromatic Colors of #332F10
Black with #332F10
Text Example
Text Example
White with #332F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F10; }
p { color: rgb(51,47,16); }
H1.HeaderClassName
{
color: #332F10;
}
.AnyTagClassName
{
color: #332F10;
}
</style>
background-color css
<style>
a { background-color: #332F10; }
a { background-color: rgb(51,47,16); }
div.DivClassName
{
background-color: #332F10;
}
.BgClassName
{
background-color: #332F10;
}
</style>
border-color css
<style>
span { border-color: #332F10; }
span { border-color: rgb(51,47,16); }
td.TdClassName
{
border-color: #332F10;
}
.TagClassName
{
border-color: #332F10;
}
</style>