Shades of Sambuca #3B3029
Tints of Sambuca #3B3029
RGB
CMYK
RGB Variations
Color information
#3B3029 (or 0x3B3029) is known color: Sambuca. HEX triplet: 3B, 30 and 29. RGB value is (59,48,41). Sum of RGB (Red+Green+Blue) = 59+48+41=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3029 is #C4CFD6. Grayscale: #323232. Windows color (decimal): -12898263 or 2699323. OLE color: 2699323.
HSL color Cylindrical-coordinate representation of color #3B3029: hue angle of 23.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B3029 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 41 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.77 |
| HSL | 23.33º | 0.18% | 0.2% | - |
| HSV(B) | 23.33º | 0.31% | 0.23% | - |
| XYZ | 3.26 | 3.2 | 2.54 | - |
| YUV | 50.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 41 | 0 | 0.19 | 0.31 | 0.77 | 23.33 | 0.18 | 0.2 |
| Hex | 3B | 30 | 29 | 0 | 13 | 1F | 4D | 17 | 12 | 14 |
| Octal | 73 | 60 | 51 | 0 | 23 | 37 | 115 | 27 | 22 | 24 |
| Binary | 111011 | 110000 | 101001 | 0 | 10011 | 11111 | 1001101 | 10111 | 10010 | 10100 |
Color Harmonies of #3B3029
Complementary color
Monochromatic Colors of #3B3029
Black with #3B3029
Text Example
Text Example
White with #3B3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3029; }
p { color: rgb(59,48,41); }
H1.HeaderClassName
{
color: #3B3029;
}
.AnyTagClassName
{
color: #3B3029;
}
</style>
background-color css
<style>
a { background-color: #3B3029; }
a { background-color: rgb(59,48,41); }
div.DivClassName
{
background-color: #3B3029;
}
.BgClassName
{
background-color: #3B3029;
}
</style>
border-color css
<style>
span { border-color: #3B3029; }
span { border-color: rgb(59,48,41); }
td.TdClassName
{
border-color: #3B3029;
}
.TagClassName
{
border-color: #3B3029;
}
</style>