Shades of Acadia #33302D
Tints of Acadia #33302D
RGB
CMYK
RGB Variations
Color information
#33302D (or 0x33302D) is known color: Acadia. HEX triplet: 33, 30 and 2D. RGB value is (51,48,45). Sum of RGB (Red+Green+Blue) = 51+48+45=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 51 - color contains mainly: red. Hex color #33302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33302D is #CCCFD2. Grayscale: #303030. Windows color (decimal): -13422547 or 2961459. OLE color: 2961459.
HSL color Cylindrical-coordinate representation of color #33302D: hue angle of 30º 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 #33302D is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 45 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.8 |
| HSL | 30º | 0.06% | 0.19% | - |
| HSV(B) | 30º | 0.12% | 0.2% | - |
| XYZ | 2.9 | 3.01 | 2.91 | - |
| YUV | 48.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 45 | 0 | 0.06 | 0.12 | 0.8 | 30 | 0.06 | 0.19 |
| Hex | 33 | 30 | 2D | 0 | 6 | C | 50 | 1E | 6 | 13 |
| Octal | 63 | 60 | 55 | 0 | 6 | 14 | 120 | 36 | 6 | 23 |
| Binary | 110011 | 110000 | 101101 | 0 | 110 | 1100 | 1010000 | 11110 | 110 | 10011 |
Color Harmonies of #33302D
Complementary color
Monochromatic Colors of #33302D
Black with #33302D
Text Example
Text Example
White with #33302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33302D; }
p { color: rgb(51,48,45); }
H1.HeaderClassName
{
color: #33302D;
}
.AnyTagClassName
{
color: #33302D;
}
</style>
background-color css
<style>
a { background-color: #33302D; }
a { background-color: rgb(51,48,45); }
div.DivClassName
{
background-color: #33302D;
}
.BgClassName
{
background-color: #33302D;
}
</style>
border-color css
<style>
span { border-color: #33302D; }
span { border-color: rgb(51,48,45); }
td.TdClassName
{
border-color: #33302D;
}
.TagClassName
{
border-color: #33302D;
}
</style>