Shades of Maire #332E0A
Tints of Maire #332E0A
RGB
CMYK
RGB Variations
Color information
#332E0A (or 0x332E0A) is known color: Maire. HEX triplet: 33, 2E and 0A. RGB value is (51,46,10). Sum of RGB (Red+Green+Blue) = 51+46+10=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E0A is #CCD1F5. Grayscale: #2B2B2B. Windows color (decimal): -13423094 or 667187. OLE color: 667187.
HSL color Cylindrical-coordinate representation of color #332E0A: hue angle of 52.68º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332E0A is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 10 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.8 |
| HSL | 52.68º | 0.67% | 0.12% | - |
| HSV(B) | 52.68º | 0.8% | 0.2% | - |
| XYZ | 2.4 | 2.68 | 0.68 | - |
| YUV | 43.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 10 | 0 | 0.10 | 0.80 | 0.8 | 52.68 | 0.67 | 0.12 |
| Hex | 33 | 2E | A | 0 | A | 50 | 50 | 35 | 43 | C |
| Octal | 63 | 56 | 12 | 0 | 12 | 120 | 120 | 65 | 103 | 14 |
| Binary | 110011 | 101110 | 1010 | 0 | 1010 | 1010000 | 1010000 | 110101 | 1000011 | 1100 |
Color Harmonies of #332E0A
Complementary color
Monochromatic Colors of #332E0A
Black with #332E0A
Text Example
Text Example
White with #332E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E0A; }
p { color: rgb(51,46,10); }
H1.HeaderClassName
{
color: #332E0A;
}
.AnyTagClassName
{
color: #332E0A;
}
</style>
background-color css
<style>
a { background-color: #332E0A; }
a { background-color: rgb(51,46,10); }
div.DivClassName
{
background-color: #332E0A;
}
.BgClassName
{
background-color: #332E0A;
}
</style>
border-color css
<style>
span { border-color: #332E0A; }
span { border-color: rgb(51,46,10); }
td.TdClassName
{
border-color: #332E0A;
}
.TagClassName
{
border-color: #332E0A;
}
</style>