Shades of Maire #332B07
Tints of Maire #332B07
RGB
CMYK
RGB Variations
Color information
#332B07 (or 0x332B07) is known color: Maire. HEX triplet: 33, 2B and 07. RGB value is (51,43,7). Sum of RGB (Red+Green+Blue) = 51+43+7=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #332B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B07 is #CCD4F8. Grayscale: #292929. Windows color (decimal): -13423865 or 469811. OLE color: 469811.
HSL color Cylindrical-coordinate representation of color #332B07: hue angle of 49.09º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #332B07 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 7 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.8 |
| HSL | 49.09º | 0.76% | 0.11% | - |
| HSV(B) | 49.09º | 0.86% | 0.2% | - |
| XYZ | 2.27 | 2.45 | 0.55 | - |
| YUV | 41.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 7 | 0 | 0.16 | 0.86 | 0.8 | 49.09 | 0.76 | 0.11 |
| Hex | 33 | 2B | 7 | 0 | 10 | 56 | 50 | 31 | 4C | B |
| Octal | 63 | 53 | 7 | 0 | 20 | 126 | 120 | 61 | 114 | 13 |
| Binary | 110011 | 101011 | 111 | 0 | 10000 | 1010110 | 1010000 | 110001 | 1001100 | 1011 |
Color Harmonies of #332B07
Complementary color
Monochromatic Colors of #332B07
Black with #332B07
Text Example
Text Example
White with #332B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B07; }
p { color: rgb(51,43,7); }
H1.HeaderClassName
{
color: #332B07;
}
.AnyTagClassName
{
color: #332B07;
}
</style>
background-color css
<style>
a { background-color: #332B07; }
a { background-color: rgb(51,43,7); }
div.DivClassName
{
background-color: #332B07;
}
.BgClassName
{
background-color: #332B07;
}
</style>
border-color css
<style>
span { border-color: #332B07; }
span { border-color: rgb(51,43,7); }
td.TdClassName
{
border-color: #332B07;
}
.TagClassName
{
border-color: #332B07;
}
</style>