Shades of Acadia #35312B
Tints of Acadia #35312B
RGB
CMYK
RGB Variations
Color information
#35312B (or 0x35312B) is known color: Acadia. HEX triplet: 35, 31 and 2B. RGB value is (53,49,43). Sum of RGB (Red+Green+Blue) = 53+49+43=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #35312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35312B is #CACED4. Grayscale: #313131. Windows color (decimal): -13291221 or 2830645. OLE color: 2830645.
HSL color Cylindrical-coordinate representation of color #35312B: hue angle of 36º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #35312B is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 49 | 43 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.79 |
| HSL | 36º | 0.1% | 0.19% | - |
| HSV(B) | 36º | 0.19% | 0.21% | - |
| XYZ | 3 | 3.13 | 2.73 | - |
| YUV | 49.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 43 | 0 | 0.08 | 0.19 | 0.79 | 36 | 0.1 | 0.19 |
| Hex | 35 | 31 | 2B | 0 | 8 | 13 | 4F | 24 | A | 13 |
| Octal | 65 | 61 | 53 | 0 | 10 | 23 | 117 | 44 | 12 | 23 |
| Binary | 110101 | 110001 | 101011 | 0 | 1000 | 10011 | 1001111 | 100100 | 1010 | 10011 |
Color Harmonies of #35312B
Complementary color
Monochromatic Colors of #35312B
Black with #35312B
Text Example
Text Example
White with #35312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35312B; }
p { color: rgb(53,49,43); }
H1.HeaderClassName
{
color: #35312B;
}
.AnyTagClassName
{
color: #35312B;
}
</style>
background-color css
<style>
a { background-color: #35312B; }
a { background-color: rgb(53,49,43); }
div.DivClassName
{
background-color: #35312B;
}
.BgClassName
{
background-color: #35312B;
}
</style>
border-color css
<style>
span { border-color: #35312B; }
span { border-color: rgb(53,49,43); }
td.TdClassName
{
border-color: #35312B;
}
.TagClassName
{
border-color: #35312B;
}
</style>