Shades of Sambuca #3A302B
Tints of Sambuca #3A302B
RGB
CMYK
RGB Variations
Color information
#3A302B (or 0x3A302B) is known color: Sambuca. HEX triplet: 3A, 30 and 2B. RGB value is (58,48,43). Sum of RGB (Red+Green+Blue) = 58+48+43=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A302B is #C5CFD4. Grayscale: #323232. Windows color (decimal): -12963797 or 2830394. OLE color: 2830394.
HSL color Cylindrical-coordinate representation of color #3A302B: hue angle of 20º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A302B is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 48 | 43 | - |
CMYK | 0 | 0.17 | 0.26 | 0.77 |
HSL | 20º | 0.15% | 0.2% | - |
HSV(B) | 20º | 0.26% | 0.23% | - |
XYZ | 3.24 | 3.19 | 2.73 | - |
YUV | 50.42 | 123.81 | 133.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 48 | 43 | 0 | 0.17 | 0.26 | 0.77 | 20 | 0.15 | 0.2 |
Hex | 3A | 30 | 2B | 0 | 11 | 1A | 4D | 14 | F | 14 |
Octal | 72 | 60 | 53 | 0 | 21 | 32 | 115 | 24 | 17 | 24 |
Binary | 111010 | 110000 | 101011 | 0 | 10001 | 11010 | 1001101 | 10100 | 1111 | 10100 |
Color Harmonies of #3A302B
Complementary color
Monochromatic Colors of #3A302B
Black with #3A302B
Text Example
Text Example
White with #3A302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A302B; }
p { color: rgb(58,48,43); }
H1.HeaderClassName
{
color: #3A302B;
}
.AnyTagClassName
{
color: #3A302B;
}
</style>
background-color css
<style>
a { background-color: #3A302B; }
a { background-color: rgb(58,48,43); }
div.DivClassName
{
background-color: #3A302B;
}
.BgClassName
{
background-color: #3A302B;
}
</style>
border-color css
<style>
span { border-color: #3A302B; }
span { border-color: rgb(58,48,43); }
td.TdClassName
{
border-color: #3A302B;
}
.TagClassName
{
border-color: #3A302B;
}
</style>