Shades of Sambuca #3A2F26
Tints of Sambuca #3A2F26
RGB
CMYK
RGB Variations
Color information
#3A2F26 (or 0x3A2F26) is known color: Sambuca. HEX triplet: 3A, 2F and 26. RGB value is (58,47,38). Sum of RGB (Red+Green+Blue) = 58+47+38=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F26 is #C5D0D9. Grayscale: #313131. Windows color (decimal): -12964058 or 2502458. OLE color: 2502458.
HSL color Cylindrical-coordinate representation of color #3A2F26: hue angle of 27º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A2F26 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 38 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.77 |
| HSL | 27º | 0.21% | 0.19% | - |
| HSV(B) | 27º | 0.34% | 0.23% | - |
| XYZ | 3.11 | 3.07 | 2.26 | - |
| YUV | 49.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 38 | 0 | 0.19 | 0.34 | 0.77 | 27 | 0.21 | 0.19 |
| Hex | 3A | 2F | 26 | 0 | 13 | 22 | 4D | 1B | 15 | 13 |
| Octal | 72 | 57 | 46 | 0 | 23 | 42 | 115 | 33 | 25 | 23 |
| Binary | 111010 | 101111 | 100110 | 0 | 10011 | 100010 | 1001101 | 11011 | 10101 | 10011 |
Color Harmonies of #3A2F26
Complementary color
Monochromatic Colors of #3A2F26
Black with #3A2F26
Text Example
Text Example
White with #3A2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F26; }
p { color: rgb(58,47,38); }
H1.HeaderClassName
{
color: #3A2F26;
}
.AnyTagClassName
{
color: #3A2F26;
}
</style>
background-color css
<style>
a { background-color: #3A2F26; }
a { background-color: rgb(58,47,38); }
div.DivClassName
{
background-color: #3A2F26;
}
.BgClassName
{
background-color: #3A2F26;
}
</style>
border-color css
<style>
span { border-color: #3A2F26; }
span { border-color: rgb(58,47,38); }
td.TdClassName
{
border-color: #3A2F26;
}
.TagClassName
{
border-color: #3A2F26;
}
</style>