Shades of Maire #332F0E
Tints of Maire #332F0E
RGB
CMYK
RGB Variations
Color information
#332F0E (or 0x332F0E) is known color: Maire. HEX triplet: 33, 2F and 0E. RGB value is (51,47,14). Sum of RGB (Red+Green+Blue) = 51+47+14=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F0E is #CCD0F1. Grayscale: #2C2C2C. Windows color (decimal): -13422834 or 929587. OLE color: 929587.
HSL color Cylindrical-coordinate representation of color #332F0E: hue angle of 53.51º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332F0E is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 14 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.8 |
| HSL | 53.51º | 0.57% | 0.13% | - |
| HSV(B) | 53.51º | 0.73% | 0.2% | - |
| XYZ | 2.46 | 2.77 | 0.82 | - |
| YUV | 44.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 14 | 0 | 0.08 | 0.73 | 0.8 | 53.51 | 0.57 | 0.13 |
| Hex | 33 | 2F | E | 0 | 8 | 49 | 50 | 36 | 39 | D |
| Octal | 63 | 57 | 16 | 0 | 10 | 111 | 120 | 66 | 71 | 15 |
| Binary | 110011 | 101111 | 1110 | 0 | 1000 | 1001001 | 1010000 | 110110 | 111001 | 1101 |
Color Harmonies of #332F0E
Complementary color
Monochromatic Colors of #332F0E
Black with #332F0E
Text Example
Text Example
White with #332F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F0E; }
p { color: rgb(51,47,14); }
H1.HeaderClassName
{
color: #332F0E;
}
.AnyTagClassName
{
color: #332F0E;
}
</style>
background-color css
<style>
a { background-color: #332F0E; }
a { background-color: rgb(51,47,14); }
div.DivClassName
{
background-color: #332F0E;
}
.BgClassName
{
background-color: #332F0E;
}
</style>
border-color css
<style>
span { border-color: #332F0E; }
span { border-color: rgb(51,47,14); }
td.TdClassName
{
border-color: #332F0E;
}
.TagClassName
{
border-color: #332F0E;
}
</style>