Shades of Stromboli #31715C
Tints of Stromboli #31715C
RGB
CMYK
RGB Variations
Color information
#31715C (or 0x31715C) is known color: Stromboli. HEX triplet: 31, 71 and 5C. RGB value is (49,113,92). Sum of RGB (Red+Green+Blue) = 49+113+92=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #31715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31715C is #CE8EA3. Grayscale: #5B5B5B. Windows color (decimal): -13536932 or 6058289. OLE color: 6058289.
HSL color Cylindrical-coordinate representation of color #31715C: hue angle of 160.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31715C is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 113 | 92 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.56 |
| HSL | 160.31º | 0.4% | 0.32% | - |
| HSV(B) | 160.31º | 0.57% | 0.44% | - |
| XYZ | 9.1 | 13.24 | 12.2 | - |
| YUV | 91.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 92 | 0.57 | 0 | 0.19 | 0.56 | 160.31 | 0.4 | 0.32 |
| Hex | 31 | 71 | 5C | 39 | 0 | 13 | 38 | A0 | 28 | 20 |
| Octal | 61 | 161 | 134 | 71 | 0 | 23 | 70 | 240 | 50 | 40 |
| Binary | 110001 | 1110001 | 1011100 | 111001 | 0 | 10011 | 111000 | 10100000 | 101000 | 100000 |
Color Harmonies of #31715C
Complementary color
Monochromatic Colors of #31715C
Black with #31715C
Text Example
Text Example
White with #31715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31715C; }
p { color: rgb(49,113,92); }
H1.HeaderClassName
{
color: #31715C;
}
.AnyTagClassName
{
color: #31715C;
}
</style>
background-color css
<style>
a { background-color: #31715C; }
a { background-color: rgb(49,113,92); }
div.DivClassName
{
background-color: #31715C;
}
.BgClassName
{
background-color: #31715C;
}
</style>
border-color css
<style>
span { border-color: #31715C; }
span { border-color: rgb(49,113,92); }
td.TdClassName
{
border-color: #31715C;
}
.TagClassName
{
border-color: #31715C;
}
</style>