Shades of Sambuca #3A2B24
Tints of Sambuca #3A2B24
RGB
CMYK
RGB Variations
Color information
#3A2B24 (or 0x3A2B24) is known color: Sambuca. HEX triplet: 3A, 2B and 24. RGB value is (58,43,36). Sum of RGB (Red+Green+Blue) = 58+43+36=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B24 is #C5D4DB. Grayscale: #2E2E2E. Windows color (decimal): -12965084 or 2370362. OLE color: 2370362.
HSL color Cylindrical-coordinate representation of color #3A2B24: hue angle of 19.09º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2B24 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 43 | 36 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.77 |
| HSL | 19.09º | 0.23% | 0.18% | - |
| HSV(B) | 19.09º | 0.38% | 0.23% | - |
| XYZ | 2.93 | 2.75 | 2.05 | - |
| YUV | 46.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 36 | 0 | 0.26 | 0.38 | 0.77 | 19.09 | 0.23 | 0.18 |
| Hex | 3A | 2B | 24 | 0 | 1A | 26 | 4D | 13 | 17 | 12 |
| Octal | 72 | 53 | 44 | 0 | 32 | 46 | 115 | 23 | 27 | 22 |
| Binary | 111010 | 101011 | 100100 | 0 | 11010 | 100110 | 1001101 | 10011 | 10111 | 10010 |
Color Harmonies of #3A2B24
Complementary color
Monochromatic Colors of #3A2B24
Black with #3A2B24
Text Example
Text Example
White with #3A2B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B24; }
p { color: rgb(58,43,36); }
H1.HeaderClassName
{
color: #3A2B24;
}
.AnyTagClassName
{
color: #3A2B24;
}
</style>
background-color css
<style>
a { background-color: #3A2B24; }
a { background-color: rgb(58,43,36); }
div.DivClassName
{
background-color: #3A2B24;
}
.BgClassName
{
background-color: #3A2B24;
}
</style>
border-color css
<style>
span { border-color: #3A2B24; }
span { border-color: rgb(58,43,36); }
td.TdClassName
{
border-color: #3A2B24;
}
.TagClassName
{
border-color: #3A2B24;
}
</style>