Shades of Acadia #33302C
Tints of Acadia #33302C
RGB
CMYK
RGB Variations
Color information
#33302C (or 0x33302C) is known color: Acadia. HEX triplet: 33, 30 and 2C. RGB value is (51,48,44). Sum of RGB (Red+Green+Blue) = 51+48+44=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 51 - color contains mainly: red. Hex color #33302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33302C is #CCCFD3. Grayscale: #303030. Windows color (decimal): -13422548 or 2895923. OLE color: 2895923.
HSL color Cylindrical-coordinate representation of color #33302C: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33302C is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 44 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.8 |
| HSL | 34.29º | 0.07% | 0.19% | - |
| HSV(B) | 34.29º | 0.14% | 0.2% | - |
| XYZ | 2.88 | 3 | 2.81 | - |
| YUV | 48.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 44 | 0 | 0.06 | 0.14 | 0.8 | 34.29 | 0.07 | 0.19 |
| Hex | 33 | 30 | 2C | 0 | 6 | E | 50 | 22 | 7 | 13 |
| Octal | 63 | 60 | 54 | 0 | 6 | 16 | 120 | 42 | 7 | 23 |
| Binary | 110011 | 110000 | 101100 | 0 | 110 | 1110 | 1010000 | 100010 | 111 | 10011 |
Color Harmonies of #33302C
Complementary color
Monochromatic Colors of #33302C
Black with #33302C
Text Example
Text Example
White with #33302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33302C; }
p { color: rgb(51,48,44); }
H1.HeaderClassName
{
color: #33302C;
}
.AnyTagClassName
{
color: #33302C;
}
</style>
background-color css
<style>
a { background-color: #33302C; }
a { background-color: rgb(51,48,44); }
div.DivClassName
{
background-color: #33302C;
}
.BgClassName
{
background-color: #33302C;
}
</style>
border-color css
<style>
span { border-color: #33302C; }
span { border-color: rgb(51,48,44); }
td.TdClassName
{
border-color: #33302C;
}
.TagClassName
{
border-color: #33302C;
}
</style>