Shades of Sambuca #3D2E27
Tints of Sambuca #3D2E27
RGB
CMYK
RGB Variations
Color information
#3D2E27 (or 0x3D2E27) is known color: Sambuca. HEX triplet: 3D, 2E and 27. RGB value is (61,46,39). Sum of RGB (Red+Green+Blue) = 61+46+39=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E27 is #C2D1D8. Grayscale: #313131. Windows color (decimal): -12767705 or 2567741. OLE color: 2567741.
HSL color Cylindrical-coordinate representation of color #3D2E27: hue angle of 19.09º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D2E27 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 46 | 39 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.76 |
| HSL | 19.09º | 0.22% | 0.2% | - |
| HSV(B) | 19.09º | 0.36% | 0.24% | - |
| XYZ | 3.27 | 3.09 | 2.34 | - |
| YUV | 49.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 39 | 0 | 0.25 | 0.36 | 0.76 | 19.09 | 0.22 | 0.2 |
| Hex | 3D | 2E | 27 | 0 | 19 | 24 | 4C | 13 | 16 | 14 |
| Octal | 75 | 56 | 47 | 0 | 31 | 44 | 114 | 23 | 26 | 24 |
| Binary | 111101 | 101110 | 100111 | 0 | 11001 | 100100 | 1001100 | 10011 | 10110 | 10100 |
Color Harmonies of #3D2E27
Complementary color
Monochromatic Colors of #3D2E27
Black with #3D2E27
Text Example
Text Example
White with #3D2E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E27; }
p { color: rgb(61,46,39); }
H1.HeaderClassName
{
color: #3D2E27;
}
.AnyTagClassName
{
color: #3D2E27;
}
</style>
background-color css
<style>
a { background-color: #3D2E27; }
a { background-color: rgb(61,46,39); }
div.DivClassName
{
background-color: #3D2E27;
}
.BgClassName
{
background-color: #3D2E27;
}
</style>
border-color css
<style>
span { border-color: #3D2E27; }
span { border-color: rgb(61,46,39); }
td.TdClassName
{
border-color: #3D2E27;
}
.TagClassName
{
border-color: #3D2E27;
}
</style>