Shades of Maire #332B05
Tints of Maire #332B05
RGB
CMYK
RGB Variations
Color information
#332B05 (or 0x332B05) is known color: Maire. HEX triplet: 33, 2B and 05. RGB value is (51,43,5). Sum of RGB (Red+Green+Blue) = 51+43+5=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #332B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B05 is #CCD4FA. Grayscale: #292929. Windows color (decimal): -13423867 or 338739. OLE color: 338739.
HSL color Cylindrical-coordinate representation of color #332B05: hue angle of 49.57º 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 #332B05 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 5 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.8 |
| HSL | 49.57º | 0.82% | 0.11% | - |
| HSV(B) | 49.57º | 0.9% | 0.2% | - |
| XYZ | 2.26 | 2.44 | 0.5 | - |
| YUV | 41.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 5 | 0 | 0.16 | 0.90 | 0.8 | 49.57 | 0.82 | 0.11 |
| Hex | 33 | 2B | 5 | 0 | 10 | 5A | 50 | 32 | 52 | B |
| Octal | 63 | 53 | 5 | 0 | 20 | 132 | 120 | 62 | 122 | 13 |
| Binary | 110011 | 101011 | 101 | 0 | 10000 | 1011010 | 1010000 | 110010 | 1010010 | 1011 |
Color Harmonies of #332B05
Complementary color
Monochromatic Colors of #332B05
Black with #332B05
Text Example
Text Example
White with #332B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B05; }
p { color: rgb(51,43,5); }
H1.HeaderClassName
{
color: #332B05;
}
.AnyTagClassName
{
color: #332B05;
}
</style>
background-color css
<style>
a { background-color: #332B05; }
a { background-color: rgb(51,43,5); }
div.DivClassName
{
background-color: #332B05;
}
.BgClassName
{
background-color: #332B05;
}
</style>
border-color css
<style>
span { border-color: #332B05; }
span { border-color: rgb(51,43,5); }
td.TdClassName
{
border-color: #332B05;
}
.TagClassName
{
border-color: #332B05;
}
</style>