Shades of Maire #332B00
Tints of Maire #332B00
RGB
CMYK
RGB Variations
Color information
#332B00 (or 0x332B00) is known color: Maire. HEX triplet: 33, 2B and 00. RGB value is (51,43,0). Sum of RGB (Red+Green+Blue) = 51+43+0=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #332B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B00 is #CCD4FF. Grayscale: #282828. Windows color (decimal): -13423872 or 11059. OLE color: 11059.
HSL color Cylindrical-coordinate representation of color #332B00: hue angle of 50.59º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332B00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.8 |
| HSL | 50.59º | 1% | 0.1% | - |
| HSV(B) | 50.59º | 1% | 0.2% | - |
| XYZ | 2.23 | 2.43 | 0.35 | - |
| YUV | 40.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 0 | 0 | 0.16 | 1 | 0.8 | 50.59 | 1 | 0.1 |
| Hex | 33 | 2B | 0 | 0 | 10 | 64 | 50 | 33 | 64 | A |
| Octal | 63 | 53 | 0 | 0 | 20 | 144 | 120 | 63 | 144 | 12 |
| Binary | 110011 | 101011 | 0 | 0 | 10000 | 1100100 | 1010000 | 110011 | 1100100 | 1010 |
Color Harmonies of #332B00
Complementary color
Monochromatic Colors of #332B00
Black with #332B00
Text Example
Text Example
White with #332B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B00; }
p { color: rgb(51,43,0); }
H1.HeaderClassName
{
color: #332B00;
}
.AnyTagClassName
{
color: #332B00;
}
</style>
background-color css
<style>
a { background-color: #332B00; }
a { background-color: rgb(51,43,0); }
div.DivClassName
{
background-color: #332B00;
}
.BgClassName
{
background-color: #332B00;
}
</style>
border-color css
<style>
span { border-color: #332B00; }
span { border-color: rgb(51,43,0); }
td.TdClassName
{
border-color: #332B00;
}
.TagClassName
{
border-color: #332B00;
}
</style>