Shades of Stromboli #31715A
Tints of Stromboli #31715A
RGB
CMYK
RGB Variations
Color information
#31715A (or 0x31715A) is known color: Stromboli. HEX triplet: 31, 71 and 5A. RGB value is (49,113,90). Sum of RGB (Red+Green+Blue) = 49+113+90=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #31715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31715A is #CE8EA5. Grayscale: #5B5B5B. Windows color (decimal): -13536934 or 5927217. OLE color: 5927217.
HSL color Cylindrical-coordinate representation of color #31715A: hue angle of 158.44º 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 #31715A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 113 | 90 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.56 |
| HSL | 158.44º | 0.4% | 0.32% | - |
| HSV(B) | 158.44º | 0.57% | 0.44% | - |
| XYZ | 9.02 | 13.2 | 11.75 | - |
| YUV | 91.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 90 | 0.57 | 0 | 0.20 | 0.56 | 158.44 | 0.4 | 0.32 |
| Hex | 31 | 71 | 5A | 39 | 0 | 14 | 38 | 9E | 28 | 20 |
| Octal | 61 | 161 | 132 | 71 | 0 | 24 | 70 | 236 | 50 | 40 |
| Binary | 110001 | 1110001 | 1011010 | 111001 | 0 | 10100 | 111000 | 10011110 | 101000 | 100000 |
Color Harmonies of #31715A
Complementary color
Monochromatic Colors of #31715A
Black with #31715A
Text Example
Text Example
White with #31715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31715A; }
p { color: rgb(49,113,90); }
H1.HeaderClassName
{
color: #31715A;
}
.AnyTagClassName
{
color: #31715A;
}
</style>
background-color css
<style>
a { background-color: #31715A; }
a { background-color: rgb(49,113,90); }
div.DivClassName
{
background-color: #31715A;
}
.BgClassName
{
background-color: #31715A;
}
</style>
border-color css
<style>
span { border-color: #31715A; }
span { border-color: rgb(49,113,90); }
td.TdClassName
{
border-color: #31715A;
}
.TagClassName
{
border-color: #31715A;
}
</style>