Shades of Sambuca #3D3129
Tints of Sambuca #3D3129
RGB
CMYK
RGB Variations
Color information
#3D3129 (or 0x3D3129) is known color: Sambuca. HEX triplet: 3D, 31 and 29. RGB value is (61,49,41). Sum of RGB (Red+Green+Blue) = 61+49+41=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3129 is #C2CED6. Grayscale: #333333. Windows color (decimal): -12766935 or 2699581. OLE color: 2699581.
HSL color Cylindrical-coordinate representation of color #3D3129: hue angle of 24º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3129 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 41 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.76 |
| HSL | 24º | 0.2% | 0.2% | - |
| HSV(B) | 24º | 0.33% | 0.24% | - |
| XYZ | 3.42 | 3.35 | 2.56 | - |
| YUV | 51.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 41 | 0 | 0.20 | 0.33 | 0.76 | 24 | 0.2 | 0.2 |
| Hex | 3D | 31 | 29 | 0 | 14 | 21 | 4C | 18 | 14 | 14 |
| Octal | 75 | 61 | 51 | 0 | 24 | 41 | 114 | 30 | 24 | 24 |
| Binary | 111101 | 110001 | 101001 | 0 | 10100 | 100001 | 1001100 | 11000 | 10100 | 10100 |
Color Harmonies of #3D3129
Complementary color
Monochromatic Colors of #3D3129
Black with #3D3129
Text Example
Text Example
White with #3D3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3129; }
p { color: rgb(61,49,41); }
H1.HeaderClassName
{
color: #3D3129;
}
.AnyTagClassName
{
color: #3D3129;
}
</style>
background-color css
<style>
a { background-color: #3D3129; }
a { background-color: rgb(61,49,41); }
div.DivClassName
{
background-color: #3D3129;
}
.BgClassName
{
background-color: #3D3129;
}
</style>
border-color css
<style>
span { border-color: #3D3129; }
span { border-color: rgb(61,49,41); }
td.TdClassName
{
border-color: #3D3129;
}
.TagClassName
{
border-color: #3D3129;
}
</style>