Shades of Sambuca #3F3025
Tints of Sambuca #3F3025
RGB
CMYK
RGB Variations
Color information
#3F3025 (or 0x3F3025) is known color: Sambuca. HEX triplet: 3F, 30 and 25. RGB value is (63,48,37). Sum of RGB (Red+Green+Blue) = 63+48+37=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3025 is #C0CFDA. Grayscale: #333333. Windows color (decimal): -12636123 or 2437183. OLE color: 2437183.
HSL color Cylindrical-coordinate representation of color #3F3025: hue angle of 25.38º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F3025 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 37 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.75 |
| HSL | 25.38º | 0.26% | 0.2% | - |
| HSV(B) | 25.38º | 0.41% | 0.25% | - |
| XYZ | 3.44 | 3.3 | 2.21 | - |
| YUV | 51.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 37 | 0 | 0.24 | 0.41 | 0.75 | 25.38 | 0.26 | 0.2 |
| Hex | 3F | 30 | 25 | 0 | 18 | 29 | 4B | 19 | 1A | 14 |
| Octal | 77 | 60 | 45 | 0 | 30 | 51 | 113 | 31 | 32 | 24 |
| Binary | 111111 | 110000 | 100101 | 0 | 11000 | 101001 | 1001011 | 11001 | 11010 | 10100 |
Color Harmonies of #3F3025
Complementary color
Monochromatic Colors of #3F3025
Black with #3F3025
Text Example
Text Example
White with #3F3025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3025; }
p { color: rgb(63,48,37); }
H1.HeaderClassName
{
color: #3F3025;
}
.AnyTagClassName
{
color: #3F3025;
}
</style>
background-color css
<style>
a { background-color: #3F3025; }
a { background-color: rgb(63,48,37); }
div.DivClassName
{
background-color: #3F3025;
}
.BgClassName
{
background-color: #3F3025;
}
</style>
border-color css
<style>
span { border-color: #3F3025; }
span { border-color: rgb(63,48,37); }
td.TdClassName
{
border-color: #3F3025;
}
.TagClassName
{
border-color: #3F3025;
}
</style>