Shades of Maire #333016
Tints of Maire #333016
RGB
CMYK
RGB Variations
Color information
#333016 (or 0x333016) is known color: Maire. HEX triplet: 33, 30 and 16. RGB value is (51,48,22). Sum of RGB (Red+Green+Blue) = 51+48+22=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #333016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333016 is #CCCFE9. Grayscale: #2E2E2E. Windows color (decimal): -13422570 or 1454131. OLE color: 1454131.
HSL color Cylindrical-coordinate representation of color #333016: hue angle of 53.79º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333016 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 22 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.8 |
| HSL | 53.79º | 0.4% | 0.14% | - |
| HSV(B) | 53.79º | 0.57% | 0.2% | - |
| XYZ | 2.57 | 2.88 | 1.18 | - |
| YUV | 45.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 22 | 0 | 0.06 | 0.57 | 0.8 | 53.79 | 0.4 | 0.14 |
| Hex | 33 | 30 | 16 | 0 | 6 | 39 | 50 | 36 | 28 | E |
| Octal | 63 | 60 | 26 | 0 | 6 | 71 | 120 | 66 | 50 | 16 |
| Binary | 110011 | 110000 | 10110 | 0 | 110 | 111001 | 1010000 | 110110 | 101000 | 1110 |
Color Harmonies of #333016
Complementary color
Monochromatic Colors of #333016
Black with #333016
Text Example
Text Example
White with #333016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333016; }
p { color: rgb(51,48,22); }
H1.HeaderClassName
{
color: #333016;
}
.AnyTagClassName
{
color: #333016;
}
</style>
background-color css
<style>
a { background-color: #333016; }
a { background-color: rgb(51,48,22); }
div.DivClassName
{
background-color: #333016;
}
.BgClassName
{
background-color: #333016;
}
</style>
border-color css
<style>
span { border-color: #333016; }
span { border-color: rgb(51,48,22); }
td.TdClassName
{
border-color: #333016;
}
.TagClassName
{
border-color: #333016;
}
</style>