Shades of Maire #332F05
Tints of Maire #332F05
RGB
CMYK
RGB Variations
Color information
#332F05 (or 0x332F05) is known color: Maire. HEX triplet: 33, 2F and 05. RGB value is (51,47,5). Sum of RGB (Red+Green+Blue) = 51+47+5=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F05 is #CCD0FA. Grayscale: #2B2B2B. Windows color (decimal): -13422843 or 339763. OLE color: 339763.
HSL color Cylindrical-coordinate representation of color #332F05: hue angle of 54.78º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332F05 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 5 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.8 |
| HSL | 54.78º | 0.82% | 0.11% | - |
| HSV(B) | 54.78º | 0.9% | 0.2% | - |
| XYZ | 2.41 | 2.75 | 0.55 | - |
| YUV | 43.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 5 | 0 | 0.08 | 0.90 | 0.8 | 54.78 | 0.82 | 0.11 |
| Hex | 33 | 2F | 5 | 0 | 8 | 5A | 50 | 37 | 52 | B |
| Octal | 63 | 57 | 5 | 0 | 10 | 132 | 120 | 67 | 122 | 13 |
| Binary | 110011 | 101111 | 101 | 0 | 1000 | 1011010 | 1010000 | 110111 | 1010010 | 1011 |
Color Harmonies of #332F05
Complementary color
Monochromatic Colors of #332F05
Black with #332F05
Text Example
Text Example
White with #332F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F05; }
p { color: rgb(51,47,5); }
H1.HeaderClassName
{
color: #332F05;
}
.AnyTagClassName
{
color: #332F05;
}
</style>
background-color css
<style>
a { background-color: #332F05; }
a { background-color: rgb(51,47,5); }
div.DivClassName
{
background-color: #332F05;
}
.BgClassName
{
background-color: #332F05;
}
</style>
border-color css
<style>
span { border-color: #332F05; }
span { border-color: rgb(51,47,5); }
td.TdClassName
{
border-color: #332F05;
}
.TagClassName
{
border-color: #332F05;
}
</style>