Shades of Sambuca #3B2D26
Tints of Sambuca #3B2D26
RGB
CMYK
RGB Variations
Color information
#3B2D26 (or 0x3B2D26) is known color: Sambuca. HEX triplet: 3B, 2D and 26. RGB value is (59,45,38). Sum of RGB (Red+Green+Blue) = 59+45+38=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D26 is #C4D2D9. Grayscale: #303030. Windows color (decimal): -12899034 or 2501947. OLE color: 2501947.
HSL color Cylindrical-coordinate representation of color #3B2D26: hue angle of 20º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B2D26 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 38 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.77 |
| HSL | 20º | 0.22% | 0.19% | - |
| HSV(B) | 20º | 0.36% | 0.23% | - |
| XYZ | 3.09 | 2.95 | 2.24 | - |
| YUV | 48.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 38 | 0 | 0.24 | 0.36 | 0.77 | 20 | 0.22 | 0.19 |
| Hex | 3B | 2D | 26 | 0 | 18 | 24 | 4D | 14 | 16 | 13 |
| Octal | 73 | 55 | 46 | 0 | 30 | 44 | 115 | 24 | 26 | 23 |
| Binary | 111011 | 101101 | 100110 | 0 | 11000 | 100100 | 1001101 | 10100 | 10110 | 10011 |
Color Harmonies of #3B2D26
Complementary color
Monochromatic Colors of #3B2D26
Black with #3B2D26
Text Example
Text Example
White with #3B2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D26; }
p { color: rgb(59,45,38); }
H1.HeaderClassName
{
color: #3B2D26;
}
.AnyTagClassName
{
color: #3B2D26;
}
</style>
background-color css
<style>
a { background-color: #3B2D26; }
a { background-color: rgb(59,45,38); }
div.DivClassName
{
background-color: #3B2D26;
}
.BgClassName
{
background-color: #3B2D26;
}
</style>
border-color css
<style>
span { border-color: #3B2D26; }
span { border-color: rgb(59,45,38); }
td.TdClassName
{
border-color: #3B2D26;
}
.TagClassName
{
border-color: #3B2D26;
}
</style>