Shades of Sambuca #3B3129
Tints of Sambuca #3B3129
RGB
CMYK
RGB Variations
Color information
#3B3129 (or 0x3B3129) is known color: Sambuca. HEX triplet: 3B, 31 and 29. RGB value is (59,49,41). Sum of RGB (Red+Green+Blue) = 59+49+41=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3129 is #C4CED6. Grayscale: #333333. Windows color (decimal): -12898007 or 2699579. OLE color: 2699579.
HSL color Cylindrical-coordinate representation of color #3B3129: hue angle of 26.67º 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 #3B3129 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 41 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.77 |
| HSL | 26.67º | 0.18% | 0.2% | - |
| HSV(B) | 26.67º | 0.31% | 0.23% | - |
| XYZ | 3.3 | 3.29 | 2.56 | - |
| YUV | 51.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 41 | 0 | 0.17 | 0.31 | 0.77 | 26.67 | 0.18 | 0.2 |
| Hex | 3B | 31 | 29 | 0 | 11 | 1F | 4D | 1B | 12 | 14 |
| Octal | 73 | 61 | 51 | 0 | 21 | 37 | 115 | 33 | 22 | 24 |
| Binary | 111011 | 110001 | 101001 | 0 | 10001 | 11111 | 1001101 | 11011 | 10010 | 10100 |
Color Harmonies of #3B3129
Complementary color
Monochromatic Colors of #3B3129
Black with #3B3129
Text Example
Text Example
White with #3B3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3129; }
p { color: rgb(59,49,41); }
H1.HeaderClassName
{
color: #3B3129;
}
.AnyTagClassName
{
color: #3B3129;
}
</style>
background-color css
<style>
a { background-color: #3B3129; }
a { background-color: rgb(59,49,41); }
div.DivClassName
{
background-color: #3B3129;
}
.BgClassName
{
background-color: #3B3129;
}
</style>
border-color css
<style>
span { border-color: #3B3129; }
span { border-color: rgb(59,49,41); }
td.TdClassName
{
border-color: #3B3129;
}
.TagClassName
{
border-color: #3B3129;
}
</style>