Shades of Acadia #33312F
Tints of Acadia #33312F
RGB
CMYK
RGB Variations
Color information
#33312F (or 0x33312F) is known color: Acadia. HEX triplet: 33, 31 and 2F. RGB value is (51,49,47). Sum of RGB (Red+Green+Blue) = 51+49+47=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 51 - color contains mainly: red. Hex color #33312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33312F is #CCCED0. Grayscale: #313131. Windows color (decimal): -13422289 or 3092787. OLE color: 3092787.
HSL color Cylindrical-coordinate representation of color #33312F: hue angle of 30º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #33312F is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 49 | 47 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.8 |
| HSL | 30º | 0.04% | 0.19% | - |
| HSV(B) | 30º | 0.08% | 0.2% | - |
| XYZ | 2.98 | 3.11 | 3.13 | - |
| YUV | 49.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 47 | 0 | 0.04 | 0.08 | 0.8 | 30 | 0.04 | 0.19 |
| Hex | 33 | 31 | 2F | 0 | 4 | 8 | 50 | 1E | 4 | 13 |
| Octal | 63 | 61 | 57 | 0 | 4 | 10 | 120 | 36 | 4 | 23 |
| Binary | 110011 | 110001 | 101111 | 0 | 100 | 1000 | 1010000 | 11110 | 100 | 10011 |
Color Harmonies of #33312F
Complementary color
Monochromatic Colors of #33312F
Black with #33312F
Text Example
Text Example
White with #33312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33312F; }
p { color: rgb(51,49,47); }
H1.HeaderClassName
{
color: #33312F;
}
.AnyTagClassName
{
color: #33312F;
}
</style>
background-color css
<style>
a { background-color: #33312F; }
a { background-color: rgb(51,49,47); }
div.DivClassName
{
background-color: #33312F;
}
.BgClassName
{
background-color: #33312F;
}
</style>
border-color css
<style>
span { border-color: #33312F; }
span { border-color: rgb(51,49,47); }
td.TdClassName
{
border-color: #33312F;
}
.TagClassName
{
border-color: #33312F;
}
</style>