Shades of Sambuca #3B2F29
Tints of Sambuca #3B2F29
RGB
CMYK
RGB Variations
Color information
#3B2F29 (or 0x3B2F29) is known color: Sambuca. HEX triplet: 3B, 2F and 29. RGB value is (59,47,41). Sum of RGB (Red+Green+Blue) = 59+47+41=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F29 is #C4D0D6. Grayscale: #313131. Windows color (decimal): -12898519 or 2699067. OLE color: 2699067.
HSL color Cylindrical-coordinate representation of color #3B2F29: hue angle of 20º 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 #3B2F29 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 41 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.77 |
| HSL | 20º | 0.18% | 0.2% | - |
| HSV(B) | 20º | 0.31% | 0.23% | - |
| XYZ | 3.22 | 3.12 | 2.53 | - |
| YUV | 49.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 41 | 0 | 0.20 | 0.31 | 0.77 | 20 | 0.18 | 0.2 |
| Hex | 3B | 2F | 29 | 0 | 14 | 1F | 4D | 14 | 12 | 14 |
| Octal | 73 | 57 | 51 | 0 | 24 | 37 | 115 | 24 | 22 | 24 |
| Binary | 111011 | 101111 | 101001 | 0 | 10100 | 11111 | 1001101 | 10100 | 10010 | 10100 |
Color Harmonies of #3B2F29
Complementary color
Monochromatic Colors of #3B2F29
Black with #3B2F29
Text Example
Text Example
White with #3B2F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F29; }
p { color: rgb(59,47,41); }
H1.HeaderClassName
{
color: #3B2F29;
}
.AnyTagClassName
{
color: #3B2F29;
}
</style>
background-color css
<style>
a { background-color: #3B2F29; }
a { background-color: rgb(59,47,41); }
div.DivClassName
{
background-color: #3B2F29;
}
.BgClassName
{
background-color: #3B2F29;
}
</style>
border-color css
<style>
span { border-color: #3B2F29; }
span { border-color: rgb(59,47,41); }
td.TdClassName
{
border-color: #3B2F29;
}
.TagClassName
{
border-color: #3B2F29;
}
</style>