Shades of Acadia #33312D
Tints of Acadia #33312D
RGB
CMYK
RGB Variations
Color information
#33312D (or 0x33312D) is known color: Acadia. HEX triplet: 33, 31 and 2D. RGB value is (51,49,45). Sum of RGB (Red+Green+Blue) = 51+49+45=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 51 - color contains mainly: red. Hex color #33312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33312D is #CCCED2. Grayscale: #313131. Windows color (decimal): -13422291 or 2961715. OLE color: 2961715.
HSL color Cylindrical-coordinate representation of color #33312D: hue angle of 40º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #33312D is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 49 | 45 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.8 |
| HSL | 40º | 0.06% | 0.19% | - |
| HSV(B) | 40º | 0.12% | 0.2% | - |
| XYZ | 2.94 | 3.09 | 2.92 | - |
| YUV | 49.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 45 | 0 | 0.04 | 0.12 | 0.8 | 40 | 0.06 | 0.19 |
| Hex | 33 | 31 | 2D | 0 | 4 | C | 50 | 28 | 6 | 13 |
| Octal | 63 | 61 | 55 | 0 | 4 | 14 | 120 | 50 | 6 | 23 |
| Binary | 110011 | 110001 | 101101 | 0 | 100 | 1100 | 1010000 | 101000 | 110 | 10011 |
Color Harmonies of #33312D
Complementary color
Monochromatic Colors of #33312D
Black with #33312D
Text Example
Text Example
White with #33312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33312D; }
p { color: rgb(51,49,45); }
H1.HeaderClassName
{
color: #33312D;
}
.AnyTagClassName
{
color: #33312D;
}
</style>
background-color css
<style>
a { background-color: #33312D; }
a { background-color: rgb(51,49,45); }
div.DivClassName
{
background-color: #33312D;
}
.BgClassName
{
background-color: #33312D;
}
</style>
border-color css
<style>
span { border-color: #33312D; }
span { border-color: rgb(51,49,45); }
td.TdClassName
{
border-color: #33312D;
}
.TagClassName
{
border-color: #33312D;
}
</style>