Shades of Acadia #34302C
Tints of Acadia #34302C
RGB
CMYK
RGB Variations
Color information
#34302C (or 0x34302C) is known color: Acadia. HEX triplet: 34, 30 and 2C. RGB value is (52,48,44). Sum of RGB (Red+Green+Blue) = 52+48+44=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #34302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34302C is #CBCFD3. Grayscale: #303030. Windows color (decimal): -13357012 or 2895924. OLE color: 2895924.
HSL color Cylindrical-coordinate representation of color #34302C: hue angle of 30º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34302C is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 48 | 44 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.80 |
| HSL | 30º | 0.08% | 0.19% | - |
| HSV(B) | 30º | 0.15% | 0.2% | - |
| XYZ | 2.93 | 3.03 | 2.81 | - |
| YUV | 48.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 44 | 0 | 0.08 | 0.15 | 0.80 | 30 | 0.08 | 0.19 |
| Hex | 34 | 30 | 2C | 0 | 8 | F | 50 | 1E | 8 | 13 |
| Octal | 64 | 60 | 54 | 0 | 10 | 17 | 120 | 36 | 10 | 23 |
| Binary | 110100 | 110000 | 101100 | 0 | 1000 | 1111 | 1010000 | 11110 | 1000 | 10011 |
Color Harmonies of #34302C
Complementary color
Monochromatic Colors of #34302C
Black with #34302C
Text Example
Text Example
White with #34302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34302C; }
p { color: rgb(52,48,44); }
H1.HeaderClassName
{
color: #34302C;
}
.AnyTagClassName
{
color: #34302C;
}
</style>
background-color css
<style>
a { background-color: #34302C; }
a { background-color: rgb(52,48,44); }
div.DivClassName
{
background-color: #34302C;
}
.BgClassName
{
background-color: #34302C;
}
</style>
border-color css
<style>
span { border-color: #34302C; }
span { border-color: rgb(52,48,44); }
td.TdClassName
{
border-color: #34302C;
}
.TagClassName
{
border-color: #34302C;
}
</style>