Shades of Maire #332A03
Tints of Maire #332A03
RGB
CMYK
RGB Variations
Color information
#332A03 (or 0x332A03) is known color: Maire. HEX triplet: 33, 2A and 03. RGB value is (51,42,3). Sum of RGB (Red+Green+Blue) = 51+42+3=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #332A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A03 is #CCD5FC. Grayscale: #282828. Windows color (decimal): -13424125 or 207411. OLE color: 207411.
HSL color Cylindrical-coordinate representation of color #332A03: hue angle of 48.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #332A03 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 3 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.8 |
| HSL | 48.75º | 0.89% | 0.11% | - |
| HSV(B) | 48.75º | 0.94% | 0.2% | - |
| XYZ | 2.21 | 2.37 | 0.43 | - |
| YUV | 40.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 3 | 0 | 0.18 | 0.94 | 0.8 | 48.75 | 0.89 | 0.11 |
| Hex | 33 | 2A | 3 | 0 | 12 | 5E | 50 | 31 | 59 | B |
| Octal | 63 | 52 | 3 | 0 | 22 | 136 | 120 | 61 | 131 | 13 |
| Binary | 110011 | 101010 | 11 | 0 | 10010 | 1011110 | 1010000 | 110001 | 1011001 | 1011 |
Color Harmonies of #332A03
Complementary color
Monochromatic Colors of #332A03
Black with #332A03
Text Example
Text Example
White with #332A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A03; }
p { color: rgb(51,42,3); }
H1.HeaderClassName
{
color: #332A03;
}
.AnyTagClassName
{
color: #332A03;
}
</style>
background-color css
<style>
a { background-color: #332A03; }
a { background-color: rgb(51,42,3); }
div.DivClassName
{
background-color: #332A03;
}
.BgClassName
{
background-color: #332A03;
}
</style>
border-color css
<style>
span { border-color: #332A03; }
span { border-color: rgb(51,42,3); }
td.TdClassName
{
border-color: #332A03;
}
.TagClassName
{
border-color: #332A03;
}
</style>