Shades of Stromboli #3F5D52
Tints of Stromboli #3F5D52
RGB
CMYK
RGB Variations
Color information
#3F5D52 (or 0x3F5D52) is known color: Stromboli. HEX triplet: 3F, 5D and 52. RGB value is (63,93,82). Sum of RGB (Red+Green+Blue) = 63+93+82=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D52 is #C0A2AD. Grayscale: #525252. Windows color (decimal): -12624558 or 5397823. OLE color: 5397823.
HSL color Cylindrical-coordinate representation of color #3F5D52: hue angle of 158º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D52 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 93 | 82 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.64 |
| HSL | 158º | 0.19% | 0.31% | - |
| HSV(B) | 158º | 0.32% | 0.36% | - |
| XYZ | 7.49 | 9.49 | 9.42 | - |
| YUV | 82.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 82 | 0.32 | 0 | 0.12 | 0.64 | 158 | 0.19 | 0.31 |
| Hex | 3F | 5D | 52 | 20 | 0 | C | 40 | 9E | 13 | 1F |
| Octal | 77 | 135 | 122 | 40 | 0 | 14 | 100 | 236 | 23 | 37 |
| Binary | 111111 | 1011101 | 1010010 | 100000 | 0 | 1100 | 1000000 | 10011110 | 10011 | 11111 |
Color Harmonies of #3F5D52
Complementary color
Monochromatic Colors of #3F5D52
Black with #3F5D52
Text Example
Text Example
White with #3F5D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D52; }
p { color: rgb(63,93,82); }
H1.HeaderClassName
{
color: #3F5D52;
}
.AnyTagClassName
{
color: #3F5D52;
}
</style>
background-color css
<style>
a { background-color: #3F5D52; }
a { background-color: rgb(63,93,82); }
div.DivClassName
{
background-color: #3F5D52;
}
.BgClassName
{
background-color: #3F5D52;
}
</style>
border-color css
<style>
span { border-color: #3F5D52; }
span { border-color: rgb(63,93,82); }
td.TdClassName
{
border-color: #3F5D52;
}
.TagClassName
{
border-color: #3F5D52;
}
</style>