Shades of Maire #332F17
Tints of Maire #332F17
RGB
CMYK
RGB Variations
Color information
#332F17 (or 0x332F17) is known color: Maire. HEX triplet: 33, 2F and 17. RGB value is (51,47,23). Sum of RGB (Red+Green+Blue) = 51+47+23=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F17 is #CCD0E8. Grayscale: #2D2D2D. Windows color (decimal): -13422825 or 1519411. OLE color: 1519411.
HSL color Cylindrical-coordinate representation of color #332F17: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #332F17 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 23 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.8 |
| HSL | 51.43º | 0.38% | 0.15% | - |
| HSV(B) | 51.43º | 0.55% | 0.2% | - |
| XYZ | 2.54 | 2.8 | 1.22 | - |
| YUV | 45.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 23 | 0 | 0.08 | 0.55 | 0.8 | 51.43 | 0.38 | 0.15 |
| Hex | 33 | 2F | 17 | 0 | 8 | 37 | 50 | 33 | 26 | F |
| Octal | 63 | 57 | 27 | 0 | 10 | 67 | 120 | 63 | 46 | 17 |
| Binary | 110011 | 101111 | 10111 | 0 | 1000 | 110111 | 1010000 | 110011 | 100110 | 1111 |
Color Harmonies of #332F17
Complementary color
Monochromatic Colors of #332F17
Black with #332F17
Text Example
Text Example
White with #332F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F17; }
p { color: rgb(51,47,23); }
H1.HeaderClassName
{
color: #332F17;
}
.AnyTagClassName
{
color: #332F17;
}
</style>
background-color css
<style>
a { background-color: #332F17; }
a { background-color: rgb(51,47,23); }
div.DivClassName
{
background-color: #332F17;
}
.BgClassName
{
background-color: #332F17;
}
</style>
border-color css
<style>
span { border-color: #332F17; }
span { border-color: rgb(51,47,23); }
td.TdClassName
{
border-color: #332F17;
}
.TagClassName
{
border-color: #332F17;
}
</style>