Shades of Sambuca #3B2E25
Tints of Sambuca #3B2E25
RGB
CMYK
RGB Variations
Color information
#3B2E25 (or 0x3B2E25) is known color: Sambuca. HEX triplet: 3B, 2E and 25. RGB value is (59,46,37). Sum of RGB (Red+Green+Blue) = 59+46+37=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E25 is #C4D1DA. Grayscale: #303030. Windows color (decimal): -12898779 or 2436667. OLE color: 2436667.
HSL color Cylindrical-coordinate representation of color #3B2E25: hue angle of 24.55º 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 #3B2E25 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 37 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.77 |
| HSL | 24.55º | 0.23% | 0.19% | - |
| HSV(B) | 24.55º | 0.37% | 0.23% | - |
| XYZ | 3.11 | 3.02 | 2.17 | - |
| YUV | 48.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 37 | 0 | 0.22 | 0.37 | 0.77 | 24.55 | 0.23 | 0.19 |
| Hex | 3B | 2E | 25 | 0 | 16 | 25 | 4D | 19 | 17 | 13 |
| Octal | 73 | 56 | 45 | 0 | 26 | 45 | 115 | 31 | 27 | 23 |
| Binary | 111011 | 101110 | 100101 | 0 | 10110 | 100101 | 1001101 | 11001 | 10111 | 10011 |
Color Harmonies of #3B2E25
Complementary color
Monochromatic Colors of #3B2E25
Black with #3B2E25
Text Example
Text Example
White with #3B2E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E25; }
p { color: rgb(59,46,37); }
H1.HeaderClassName
{
color: #3B2E25;
}
.AnyTagClassName
{
color: #3B2E25;
}
</style>
background-color css
<style>
a { background-color: #3B2E25; }
a { background-color: rgb(59,46,37); }
div.DivClassName
{
background-color: #3B2E25;
}
.BgClassName
{
background-color: #3B2E25;
}
</style>
border-color css
<style>
span { border-color: #3B2E25; }
span { border-color: rgb(59,46,37); }
td.TdClassName
{
border-color: #3B2E25;
}
.TagClassName
{
border-color: #3B2E25;
}
</style>