Shades of Acadia #332F29
Tints of Acadia #332F29
RGB
CMYK
RGB Variations
Color information
#332F29 (or 0x332F29) is known color: Acadia. HEX triplet: 33, 2F and 29. RGB value is (51,47,41). Sum of RGB (Red+Green+Blue) = 51+47+41=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #332F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F29 is #CCD0D6. Grayscale: #2F2F2F. Windows color (decimal): -13422807 or 2699059. OLE color: 2699059.
HSL color Cylindrical-coordinate representation of color #332F29: hue angle of 36º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #332F29 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 41 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.8 |
| HSL | 36º | 0.11% | 0.18% | - |
| HSV(B) | 36º | 0.2% | 0.2% | - |
| XYZ | 2.78 | 2.9 | 2.51 | - |
| YUV | 47.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 41 | 0 | 0.08 | 0.20 | 0.8 | 36 | 0.11 | 0.18 |
| Hex | 33 | 2F | 29 | 0 | 8 | 14 | 50 | 24 | B | 12 |
| Octal | 63 | 57 | 51 | 0 | 10 | 24 | 120 | 44 | 13 | 22 |
| Binary | 110011 | 101111 | 101001 | 0 | 1000 | 10100 | 1010000 | 100100 | 1011 | 10010 |
Color Harmonies of #332F29
Complementary color
Monochromatic Colors of #332F29
Black with #332F29
Text Example
Text Example
White with #332F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F29; }
p { color: rgb(51,47,41); }
H1.HeaderClassName
{
color: #332F29;
}
.AnyTagClassName
{
color: #332F29;
}
</style>
background-color css
<style>
a { background-color: #332F29; }
a { background-color: rgb(51,47,41); }
div.DivClassName
{
background-color: #332F29;
}
.BgClassName
{
background-color: #332F29;
}
</style>
border-color css
<style>
span { border-color: #332F29; }
span { border-color: rgb(51,47,41); }
td.TdClassName
{
border-color: #332F29;
}
.TagClassName
{
border-color: #332F29;
}
</style>