Shades of Acadia #3B332B
Tints of Acadia #3B332B
RGB
CMYK
RGB Variations
Color information
#3B332B (or 0x3B332B) is known color: Acadia. HEX triplet: 3B, 33 and 2B. RGB value is (59,51,43). Sum of RGB (Red+Green+Blue) = 59+51+43=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 59 - color contains mainly: red. Hex color #3B332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B332B is #C4CCD4. Grayscale: #343434. Windows color (decimal): -12897493 or 2831163. OLE color: 2831163.
HSL color Cylindrical-coordinate representation of color #3B332B: hue angle of 30º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B332B is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 43 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.77 |
| HSL | 30º | 0.16% | 0.2% | - |
| HSV(B) | 30º | 0.27% | 0.23% | - |
| XYZ | 3.42 | 3.47 | 2.78 | - |
| YUV | 52.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 43 | 0 | 0.14 | 0.27 | 0.77 | 30 | 0.16 | 0.2 |
| Hex | 3B | 33 | 2B | 0 | E | 1B | 4D | 1E | 10 | 14 |
| Octal | 73 | 63 | 53 | 0 | 16 | 33 | 115 | 36 | 20 | 24 |
| Binary | 111011 | 110011 | 101011 | 0 | 1110 | 11011 | 1001101 | 11110 | 10000 | 10100 |
Color Harmonies of #3B332B
Complementary color
Monochromatic Colors of #3B332B
Black with #3B332B
Text Example
Text Example
White with #3B332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B332B; }
p { color: rgb(59,51,43); }
H1.HeaderClassName
{
color: #3B332B;
}
.AnyTagClassName
{
color: #3B332B;
}
</style>
background-color css
<style>
a { background-color: #3B332B; }
a { background-color: rgb(59,51,43); }
div.DivClassName
{
background-color: #3B332B;
}
.BgClassName
{
background-color: #3B332B;
}
</style>
border-color css
<style>
span { border-color: #3B332B; }
span { border-color: rgb(59,51,43); }
td.TdClassName
{
border-color: #3B332B;
}
.TagClassName
{
border-color: #3B332B;
}
</style>