Shades of Spectra #315848
Tints of Spectra #315848
RGB
CMYK
RGB Variations
Color information
#315848 (or 0x315848) is known color: Spectra. HEX triplet: 31, 58 and 48. RGB value is (49,88,72). Sum of RGB (Red+Green+Blue) = 49+88+72=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #315848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315848 is #CEA7B7. Grayscale: #4A4A4A. Windows color (decimal): -13543352 or 4741169. OLE color: 4741169.
HSL color Cylindrical-coordinate representation of color #315848: hue angle of 155.38º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315848 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 88 | 72 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.65 |
| HSL | 155.38º | 0.28% | 0.27% | - |
| HSV(B) | 155.38º | 0.44% | 0.35% | - |
| XYZ | 5.93 | 8.1 | 7.38 | - |
| YUV | 74.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 72 | 0.44 | 0 | 0.18 | 0.65 | 155.38 | 0.28 | 0.27 |
| Hex | 31 | 58 | 48 | 2C | 0 | 12 | 41 | 9B | 1C | 1B |
| Octal | 61 | 130 | 110 | 54 | 0 | 22 | 101 | 233 | 34 | 33 |
| Binary | 110001 | 1011000 | 1001000 | 101100 | 0 | 10010 | 1000001 | 10011011 | 11100 | 11011 |
Color Harmonies of #315848
Complementary color
Monochromatic Colors of #315848
Black with #315848
Text Example
Text Example
White with #315848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315848; }
p { color: rgb(49,88,72); }
H1.HeaderClassName
{
color: #315848;
}
.AnyTagClassName
{
color: #315848;
}
</style>
background-color css
<style>
a { background-color: #315848; }
a { background-color: rgb(49,88,72); }
div.DivClassName
{
background-color: #315848;
}
.BgClassName
{
background-color: #315848;
}
</style>
border-color css
<style>
span { border-color: #315848; }
span { border-color: rgb(49,88,72); }
td.TdClassName
{
border-color: #315848;
}
.TagClassName
{
border-color: #315848;
}
</style>