Shades of Sambuca #3B302A
Tints of Sambuca #3B302A
RGB
CMYK
RGB Variations
Color information
#3B302A (or 0x3B302A) is known color: Sambuca. HEX triplet: 3B, 30 and 2A. RGB value is (59,48,42). Sum of RGB (Red+Green+Blue) = 59+48+42=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B302A is #C4CFD5. Grayscale: #323232. Windows color (decimal): -12898262 or 2764859. OLE color: 2764859.
HSL color Cylindrical-coordinate representation of color #3B302A: hue angle of 21.18º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B302A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 42 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.77 |
| HSL | 21.18º | 0.17% | 0.2% | - |
| HSV(B) | 21.18º | 0.29% | 0.23% | - |
| XYZ | 3.28 | 3.21 | 2.64 | - |
| YUV | 50.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 42 | 0 | 0.19 | 0.29 | 0.77 | 21.18 | 0.17 | 0.2 |
| Hex | 3B | 30 | 2A | 0 | 13 | 1D | 4D | 15 | 11 | 14 |
| Octal | 73 | 60 | 52 | 0 | 23 | 35 | 115 | 25 | 21 | 24 |
| Binary | 111011 | 110000 | 101010 | 0 | 10011 | 11101 | 1001101 | 10101 | 10001 | 10100 |
Color Harmonies of #3B302A
Complementary color
Monochromatic Colors of #3B302A
Black with #3B302A
Text Example
Text Example
White with #3B302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B302A; }
p { color: rgb(59,48,42); }
H1.HeaderClassName
{
color: #3B302A;
}
.AnyTagClassName
{
color: #3B302A;
}
</style>
background-color css
<style>
a { background-color: #3B302A; }
a { background-color: rgb(59,48,42); }
div.DivClassName
{
background-color: #3B302A;
}
.BgClassName
{
background-color: #3B302A;
}
</style>
border-color css
<style>
span { border-color: #3B302A; }
span { border-color: rgb(59,48,42); }
td.TdClassName
{
border-color: #3B302A;
}
.TagClassName
{
border-color: #3B302A;
}
</style>