Shades of Sambuca #3B2C25
Tints of Sambuca #3B2C25
RGB
CMYK
RGB Variations
Color information
#3B2C25 (or 0x3B2C25) is known color: Sambuca. HEX triplet: 3B, 2C and 25. RGB value is (59,44,37). Sum of RGB (Red+Green+Blue) = 59+44+37=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C25 is #C4D3DA. Grayscale: #2F2F2F. Windows color (decimal): -12899291 or 2436155. OLE color: 2436155.
HSL color Cylindrical-coordinate representation of color #3B2C25: hue angle of 19.09º 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 #3B2C25 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 37 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.77 |
| HSL | 19.09º | 0.23% | 0.19% | - |
| HSV(B) | 19.09º | 0.37% | 0.23% | - |
| XYZ | 3.04 | 2.86 | 2.14 | - |
| YUV | 47.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 37 | 0 | 0.25 | 0.37 | 0.77 | 19.09 | 0.23 | 0.19 |
| Hex | 3B | 2C | 25 | 0 | 19 | 25 | 4D | 13 | 17 | 13 |
| Octal | 73 | 54 | 45 | 0 | 31 | 45 | 115 | 23 | 27 | 23 |
| Binary | 111011 | 101100 | 100101 | 0 | 11001 | 100101 | 1001101 | 10011 | 10111 | 10011 |
Color Harmonies of #3B2C25
Complementary color
Monochromatic Colors of #3B2C25
Black with #3B2C25
Text Example
Text Example
White with #3B2C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C25; }
p { color: rgb(59,44,37); }
H1.HeaderClassName
{
color: #3B2C25;
}
.AnyTagClassName
{
color: #3B2C25;
}
</style>
background-color css
<style>
a { background-color: #3B2C25; }
a { background-color: rgb(59,44,37); }
div.DivClassName
{
background-color: #3B2C25;
}
.BgClassName
{
background-color: #3B2C25;
}
</style>
border-color css
<style>
span { border-color: #3B2C25; }
span { border-color: rgb(59,44,37); }
td.TdClassName
{
border-color: #3B2C25;
}
.TagClassName
{
border-color: #3B2C25;
}
</style>