Shades of Sambuca #3A2C26
Tints of Sambuca #3A2C26
RGB
CMYK
RGB Variations
Color information
#3A2C26 (or 0x3A2C26) is known color: Sambuca. HEX triplet: 3A, 2C and 26. RGB value is (58,44,38). Sum of RGB (Red+Green+Blue) = 58+44+38=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C26 is #C5D3D9. Grayscale: #2F2F2F. Windows color (decimal): -12964826 or 2501690. OLE color: 2501690.
HSL color Cylindrical-coordinate representation of color #3A2C26: hue angle of 18º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A2C26 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 38 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.77 |
| HSL | 18º | 0.21% | 0.19% | - |
| HSV(B) | 18º | 0.34% | 0.23% | - |
| XYZ | 3 | 2.84 | 2.22 | - |
| YUV | 47.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 38 | 0 | 0.24 | 0.34 | 0.77 | 18 | 0.21 | 0.19 |
| Hex | 3A | 2C | 26 | 0 | 18 | 22 | 4D | 12 | 15 | 13 |
| Octal | 72 | 54 | 46 | 0 | 30 | 42 | 115 | 22 | 25 | 23 |
| Binary | 111010 | 101100 | 100110 | 0 | 11000 | 100010 | 1001101 | 10010 | 10101 | 10011 |
Color Harmonies of #3A2C26
Complementary color
Monochromatic Colors of #3A2C26
Black with #3A2C26
Text Example
Text Example
White with #3A2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C26; }
p { color: rgb(58,44,38); }
H1.HeaderClassName
{
color: #3A2C26;
}
.AnyTagClassName
{
color: #3A2C26;
}
</style>
background-color css
<style>
a { background-color: #3A2C26; }
a { background-color: rgb(58,44,38); }
div.DivClassName
{
background-color: #3A2C26;
}
.BgClassName
{
background-color: #3A2C26;
}
</style>
border-color css
<style>
span { border-color: #3A2C26; }
span { border-color: rgb(58,44,38); }
td.TdClassName
{
border-color: #3A2C26;
}
.TagClassName
{
border-color: #3A2C26;
}
</style>