Shades of Sambuca #3C2D25
Tints of Sambuca #3C2D25
RGB
CMYK
RGB Variations
Color information
#3C2D25 (or 0x3C2D25) is known color: Sambuca. HEX triplet: 3C, 2D and 25. RGB value is (60,45,37). Sum of RGB (Red+Green+Blue) = 60+45+37=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D25 is #C3D2DA. Grayscale: #303030. Windows color (decimal): -12833499 or 2436412. OLE color: 2436412.
HSL color Cylindrical-coordinate representation of color #3C2D25: hue angle of 20.87º degrees, saturation: 0.24, 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 #3C2D25 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 45 | 37 | - |
CMYK | 0 | 0.25 | 0.38 | 0.76 |
HSL | 20.87º | 0.24% | 0.19% | - |
HSV(B) | 20.87º | 0.38% | 0.24% | - |
XYZ | 3.14 | 2.97 | 2.16 | - |
YUV | 48.57 | 121.47 | 136.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 45 | 37 | 0 | 0.25 | 0.38 | 0.76 | 20.87 | 0.24 | 0.19 |
Hex | 3C | 2D | 25 | 0 | 19 | 26 | 4C | 15 | 18 | 13 |
Octal | 74 | 55 | 45 | 0 | 31 | 46 | 114 | 25 | 30 | 23 |
Binary | 111100 | 101101 | 100101 | 0 | 11001 | 100110 | 1001100 | 10101 | 11000 | 10011 |
Color Harmonies of #3C2D25
Complementary color
Monochromatic Colors of #3C2D25
Black with #3C2D25
Text Example
Text Example
White with #3C2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D25; }
p { color: rgb(60,45,37); }
H1.HeaderClassName
{
color: #3C2D25;
}
.AnyTagClassName
{
color: #3C2D25;
}
</style>
background-color css
<style>
a { background-color: #3C2D25; }
a { background-color: rgb(60,45,37); }
div.DivClassName
{
background-color: #3C2D25;
}
.BgClassName
{
background-color: #3C2D25;
}
</style>
border-color css
<style>
span { border-color: #3C2D25; }
span { border-color: rgb(60,45,37); }
td.TdClassName
{
border-color: #3C2D25;
}
.TagClassName
{
border-color: #3C2D25;
}
</style>