Shades of Acadia #35302A
Tints of Acadia #35302A
RGB
CMYK
RGB Variations
Color information
#35302A (or 0x35302A) is known color: Acadia. HEX triplet: 35, 30 and 2A. RGB value is (53,48,42). Sum of RGB (Red+Green+Blue) = 53+48+42=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #35302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35302A is #CACFD5. Grayscale: #303030. Windows color (decimal): -13291478 or 2764853. OLE color: 2764853.
HSL color Cylindrical-coordinate representation of color #35302A: hue angle of 32.73º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #35302A is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 42 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.79 |
| HSL | 32.73º | 0.12% | 0.19% | - |
| HSV(B) | 32.73º | 0.21% | 0.21% | - |
| XYZ | 2.94 | 3.04 | 2.62 | - |
| YUV | 48.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 42 | 0 | 0.09 | 0.21 | 0.79 | 32.73 | 0.12 | 0.19 |
| Hex | 35 | 30 | 2A | 0 | 9 | 15 | 4F | 21 | C | 13 |
| Octal | 65 | 60 | 52 | 0 | 11 | 25 | 117 | 41 | 14 | 23 |
| Binary | 110101 | 110000 | 101010 | 0 | 1001 | 10101 | 1001111 | 100001 | 1100 | 10011 |
Color Harmonies of #35302A
Complementary color
Monochromatic Colors of #35302A
Black with #35302A
Text Example
Text Example
White with #35302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35302A; }
p { color: rgb(53,48,42); }
H1.HeaderClassName
{
color: #35302A;
}
.AnyTagClassName
{
color: #35302A;
}
</style>
background-color css
<style>
a { background-color: #35302A; }
a { background-color: rgb(53,48,42); }
div.DivClassName
{
background-color: #35302A;
}
.BgClassName
{
background-color: #35302A;
}
</style>
border-color css
<style>
span { border-color: #35302A; }
span { border-color: rgb(53,48,42); }
td.TdClassName
{
border-color: #35302A;
}
.TagClassName
{
border-color: #35302A;
}
</style>