Shades of Sambuca #3B2D25
Tints of Sambuca #3B2D25
RGB
CMYK
RGB Variations
Color information
#3B2D25 (or 0x3B2D25) is known color: Sambuca. HEX triplet: 3B, 2D and 25. RGB value is (59,45,37). Sum of RGB (Red+Green+Blue) = 59+45+37=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D25 is #C4D2DA. Grayscale: #303030. Windows color (decimal): -12899035 or 2436411. OLE color: 2436411.
HSL color Cylindrical-coordinate representation of color #3B2D25: hue angle of 21.82º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2D25 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 37 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.77 |
| HSL | 21.82º | 0.23% | 0.19% | - |
| HSV(B) | 21.82º | 0.37% | 0.23% | - |
| XYZ | 3.08 | 2.94 | 2.16 | - |
| YUV | 48.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 37 | 0 | 0.24 | 0.37 | 0.77 | 21.82 | 0.23 | 0.19 |
| Hex | 3B | 2D | 25 | 0 | 18 | 25 | 4D | 16 | 17 | 13 |
| Octal | 73 | 55 | 45 | 0 | 30 | 45 | 115 | 26 | 27 | 23 |
| Binary | 111011 | 101101 | 100101 | 0 | 11000 | 100101 | 1001101 | 10110 | 10111 | 10011 |
Color Harmonies of #3B2D25
Complementary color
Monochromatic Colors of #3B2D25
Black with #3B2D25
Text Example
Text Example
White with #3B2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D25; }
p { color: rgb(59,45,37); }
H1.HeaderClassName
{
color: #3B2D25;
}
.AnyTagClassName
{
color: #3B2D25;
}
</style>
background-color css
<style>
a { background-color: #3B2D25; }
a { background-color: rgb(59,45,37); }
div.DivClassName
{
background-color: #3B2D25;
}
.BgClassName
{
background-color: #3B2D25;
}
</style>
border-color css
<style>
span { border-color: #3B2D25; }
span { border-color: rgb(59,45,37); }
td.TdClassName
{
border-color: #3B2D25;
}
.TagClassName
{
border-color: #3B2D25;
}
</style>