Shades of Acadia #3B3630
Tints of Acadia #3B3630
RGB
CMYK
RGB Variations
Color information
#3B3630 (or 0x3B3630) is known color: Acadia. HEX triplet: 3B, 36 and 30. RGB value is (59,54,48). Sum of RGB (Red+Green+Blue) = 59+54+48=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3630 is #C4C9CF. Grayscale: #363636. Windows color (decimal): -12896720 or 3159611. OLE color: 3159611.
HSL color Cylindrical-coordinate representation of color #3B3630: hue angle of 32.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3630 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 48 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.77 |
| HSL | 32.73º | 0.1% | 0.21% | - |
| HSV(B) | 32.73º | 0.19% | 0.23% | - |
| XYZ | 3.66 | 3.78 | 3.33 | - |
| YUV | 54.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 48 | 0 | 0.08 | 0.19 | 0.77 | 32.73 | 0.1 | 0.21 |
| Hex | 3B | 36 | 30 | 0 | 8 | 13 | 4D | 21 | A | 15 |
| Octal | 73 | 66 | 60 | 0 | 10 | 23 | 115 | 41 | 12 | 25 |
| Binary | 111011 | 110110 | 110000 | 0 | 1000 | 10011 | 1001101 | 100001 | 1010 | 10101 |
Color Harmonies of #3B3630
Complementary color
Monochromatic Colors of #3B3630
Black with #3B3630
Text Example
Text Example
White with #3B3630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3630; }
p { color: rgb(59,54,48); }
H1.HeaderClassName
{
color: #3B3630;
}
.AnyTagClassName
{
color: #3B3630;
}
</style>
background-color css
<style>
a { background-color: #3B3630; }
a { background-color: rgb(59,54,48); }
div.DivClassName
{
background-color: #3B3630;
}
.BgClassName
{
background-color: #3B3630;
}
</style>
border-color css
<style>
span { border-color: #3B3630; }
span { border-color: rgb(59,54,48); }
td.TdClassName
{
border-color: #3B3630;
}
.TagClassName
{
border-color: #3B3630;
}
</style>