Shades of Sambuca #3D2E26
Tints of Sambuca #3D2E26
RGB
CMYK
RGB Variations
Color information
#3D2E26 (or 0x3D2E26) is known color: Sambuca. HEX triplet: 3D, 2E and 26. RGB value is (61,46,38). Sum of RGB (Red+Green+Blue) = 61+46+38=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E26 is #C2D1D9. Grayscale: #313131. Windows color (decimal): -12767706 or 2502205. OLE color: 2502205.
HSL color Cylindrical-coordinate representation of color #3D2E26: hue angle of 20.87º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D2E26 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 46 | 38 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.76 |
| HSL | 20.87º | 0.23% | 0.19% | - |
| HSV(B) | 20.87º | 0.38% | 0.24% | - |
| XYZ | 3.25 | 3.09 | 2.26 | - |
| YUV | 49.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 38 | 0 | 0.25 | 0.38 | 0.76 | 20.87 | 0.23 | 0.19 |
| Hex | 3D | 2E | 26 | 0 | 19 | 26 | 4C | 15 | 17 | 13 |
| Octal | 75 | 56 | 46 | 0 | 31 | 46 | 114 | 25 | 27 | 23 |
| Binary | 111101 | 101110 | 100110 | 0 | 11001 | 100110 | 1001100 | 10101 | 10111 | 10011 |
Color Harmonies of #3D2E26
Complementary color
Monochromatic Colors of #3D2E26
Black with #3D2E26
Text Example
Text Example
White with #3D2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E26; }
p { color: rgb(61,46,38); }
H1.HeaderClassName
{
color: #3D2E26;
}
.AnyTagClassName
{
color: #3D2E26;
}
</style>
background-color css
<style>
a { background-color: #3D2E26; }
a { background-color: rgb(61,46,38); }
div.DivClassName
{
background-color: #3D2E26;
}
.BgClassName
{
background-color: #3D2E26;
}
</style>
border-color css
<style>
span { border-color: #3D2E26; }
span { border-color: rgb(61,46,38); }
td.TdClassName
{
border-color: #3D2E26;
}
.TagClassName
{
border-color: #3D2E26;
}
</style>