Shades of Sambuca #3A2D23
Tints of Sambuca #3A2D23
RGB
CMYK
RGB Variations
Color information
#3A2D23 (or 0x3A2D23) is known color: Sambuca. HEX triplet: 3A, 2D and 23. RGB value is (58,45,35). Sum of RGB (Red+Green+Blue) = 58+45+35=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2D23 is #C5D2DC. Grayscale: #2F2F2F. Windows color (decimal): -12964573 or 2305338. OLE color: 2305338.
HSL color Cylindrical-coordinate representation of color #3A2D23: hue angle of 26.09º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2D23 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 45 | 35 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.77 |
| HSL | 26.09º | 0.25% | 0.18% | - |
| HSV(B) | 26.09º | 0.4% | 0.23% | - |
| XYZ | 2.99 | 2.9 | 1.99 | - |
| YUV | 47.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 35 | 0 | 0.22 | 0.40 | 0.77 | 26.09 | 0.25 | 0.18 |
| Hex | 3A | 2D | 23 | 0 | 16 | 28 | 4D | 1A | 19 | 12 |
| Octal | 72 | 55 | 43 | 0 | 26 | 50 | 115 | 32 | 31 | 22 |
| Binary | 111010 | 101101 | 100011 | 0 | 10110 | 101000 | 1001101 | 11010 | 11001 | 10010 |
Color Harmonies of #3A2D23
Complementary color
Monochromatic Colors of #3A2D23
Black with #3A2D23
Text Example
Text Example
White with #3A2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D23; }
p { color: rgb(58,45,35); }
H1.HeaderClassName
{
color: #3A2D23;
}
.AnyTagClassName
{
color: #3A2D23;
}
</style>
background-color css
<style>
a { background-color: #3A2D23; }
a { background-color: rgb(58,45,35); }
div.DivClassName
{
background-color: #3A2D23;
}
.BgClassName
{
background-color: #3A2D23;
}
</style>
border-color css
<style>
span { border-color: #3A2D23; }
span { border-color: rgb(58,45,35); }
td.TdClassName
{
border-color: #3A2D23;
}
.TagClassName
{
border-color: #3A2D23;
}
</style>