Shades of Acadia #32302C
Tints of Acadia #32302C
RGB
CMYK
RGB Variations
Color information
#32302C (or 0x32302C) is known color: Acadia. HEX triplet: 32, 30 and 2C. RGB value is (50,48,44). Sum of RGB (Red+Green+Blue) = 50+48+44=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 50 - color contains mainly: red. Hex color #32302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32302C is #CDCFD3. Grayscale: #303030. Windows color (decimal): -13488084 or 2895922. OLE color: 2895922.
HSL color Cylindrical-coordinate representation of color #32302C: hue angle of 40º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #32302C is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 44 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.80 |
| HSL | 40º | 0.06% | 0.18% | - |
| HSV(B) | 40º | 0.12% | 0.2% | - |
| XYZ | 2.83 | 2.97 | 2.81 | - |
| YUV | 48.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 44 | 0 | 0.04 | 0.12 | 0.80 | 40 | 0.06 | 0.18 |
| Hex | 32 | 30 | 2C | 0 | 4 | C | 50 | 28 | 6 | 12 |
| Octal | 62 | 60 | 54 | 0 | 4 | 14 | 120 | 50 | 6 | 22 |
| Binary | 110010 | 110000 | 101100 | 0 | 100 | 1100 | 1010000 | 101000 | 110 | 10010 |
Color Harmonies of #32302C
Complementary color
Monochromatic Colors of #32302C
Black with #32302C
Text Example
Text Example
White with #32302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32302C; }
p { color: rgb(50,48,44); }
H1.HeaderClassName
{
color: #32302C;
}
.AnyTagClassName
{
color: #32302C;
}
</style>
background-color css
<style>
a { background-color: #32302C; }
a { background-color: rgb(50,48,44); }
div.DivClassName
{
background-color: #32302C;
}
.BgClassName
{
background-color: #32302C;
}
</style>
border-color css
<style>
span { border-color: #32302C; }
span { border-color: rgb(50,48,44); }
td.TdClassName
{
border-color: #32302C;
}
.TagClassName
{
border-color: #32302C;
}
</style>