Shades of Maire #332F03
Tints of Maire #332F03
RGB
CMYK
RGB Variations
Color information
#332F03 (or 0x332F03) is known color: Maire. HEX triplet: 33, 2F and 03. RGB value is (51,47,3). Sum of RGB (Red+Green+Blue) = 51+47+3=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #332F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F03 is #CCD0FC. Grayscale: #2B2B2B. Windows color (decimal): -13422845 or 208691. OLE color: 208691.
HSL color Cylindrical-coordinate representation of color #332F03: hue angle of 55º 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 #332F03 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 3 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.8 |
| HSL | 55º | 0.89% | 0.11% | - |
| HSV(B) | 55º | 0.94% | 0.2% | - |
| XYZ | 2.4 | 2.74 | 0.49 | - |
| YUV | 43.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 3 | 0 | 0.08 | 0.94 | 0.8 | 55 | 0.89 | 0.11 |
| Hex | 33 | 2F | 3 | 0 | 8 | 5E | 50 | 37 | 59 | B |
| Octal | 63 | 57 | 3 | 0 | 10 | 136 | 120 | 67 | 131 | 13 |
| Binary | 110011 | 101111 | 11 | 0 | 1000 | 1011110 | 1010000 | 110111 | 1011001 | 1011 |
Color Harmonies of #332F03
Complementary color
Monochromatic Colors of #332F03
Black with #332F03
Text Example
Text Example
White with #332F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F03; }
p { color: rgb(51,47,3); }
H1.HeaderClassName
{
color: #332F03;
}
.AnyTagClassName
{
color: #332F03;
}
</style>
background-color css
<style>
a { background-color: #332F03; }
a { background-color: rgb(51,47,3); }
div.DivClassName
{
background-color: #332F03;
}
.BgClassName
{
background-color: #332F03;
}
</style>
border-color css
<style>
span { border-color: #332F03; }
span { border-color: rgb(51,47,3); }
td.TdClassName
{
border-color: #332F03;
}
.TagClassName
{
border-color: #332F03;
}
</style>