Shades of Maire #322C01
Tints of Maire #322C01
RGB
CMYK
RGB Variations
Color information
#322C01 (or 0x322C01) is known color: Maire. HEX triplet: 32, 2C and 01. RGB value is (50,44,1). Sum of RGB (Red+Green+Blue) = 50+44+1=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #322C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C01 is #CDD3FE. Grayscale: #292929. Windows color (decimal): -13489151 or 76850. OLE color: 76850.
HSL color Cylindrical-coordinate representation of color #322C01: hue angle of 52.65º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #322C01 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 1 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.80 |
| HSL | 52.65º | 0.96% | 0.1% | - |
| HSV(B) | 52.65º | 0.98% | 0.2% | - |
| XYZ | 2.22 | 2.48 | 0.39 | - |
| YUV | 40.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 1 | 0 | 0.12 | 0.98 | 0.80 | 52.65 | 0.96 | 0.1 |
| Hex | 32 | 2C | 1 | 0 | C | 62 | 50 | 35 | 60 | A |
| Octal | 62 | 54 | 1 | 0 | 14 | 142 | 120 | 65 | 140 | 12 |
| Binary | 110010 | 101100 | 1 | 0 | 1100 | 1100010 | 1010000 | 110101 | 1100000 | 1010 |
Color Harmonies of #322C01
Complementary color
Monochromatic Colors of #322C01
Black with #322C01
Text Example
Text Example
White with #322C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C01; }
p { color: rgb(50,44,1); }
H1.HeaderClassName
{
color: #322C01;
}
.AnyTagClassName
{
color: #322C01;
}
</style>
background-color css
<style>
a { background-color: #322C01; }
a { background-color: rgb(50,44,1); }
div.DivClassName
{
background-color: #322C01;
}
.BgClassName
{
background-color: #322C01;
}
</style>
border-color css
<style>
span { border-color: #322C01; }
span { border-color: rgb(50,44,1); }
td.TdClassName
{
border-color: #322C01;
}
.TagClassName
{
border-color: #322C01;
}
</style>