Shades of Spectra #31544A
Tints of Spectra #31544A
RGB
CMYK
RGB Variations
Color information
#31544A (or 0x31544A) is known color: Spectra. HEX triplet: 31, 54 and 4A. RGB value is (49,84,74). Sum of RGB (Red+Green+Blue) = 49+84+74=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #31544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31544A is #CEABB5. Grayscale: #484848. Windows color (decimal): -13544374 or 4871217. OLE color: 4871217.
HSL color Cylindrical-coordinate representation of color #31544A: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31544A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 74 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.67 |
| HSL | 162.86º | 0.26% | 0.26% | - |
| HSV(B) | 162.86º | 0.42% | 0.33% | - |
| XYZ | 5.67 | 7.49 | 7.62 | - |
| YUV | 72.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 74 | 0.42 | 0 | 0.12 | 0.67 | 162.86 | 0.26 | 0.26 |
| Hex | 31 | 54 | 4A | 2A | 0 | C | 43 | A3 | 1A | 1A |
| Octal | 61 | 124 | 112 | 52 | 0 | 14 | 103 | 243 | 32 | 32 |
| Binary | 110001 | 1010100 | 1001010 | 101010 | 0 | 1100 | 1000011 | 10100011 | 11010 | 11010 |
Color Harmonies of #31544A
Complementary color
Monochromatic Colors of #31544A
Black with #31544A
Text Example
Text Example
White with #31544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31544A; }
p { color: rgb(49,84,74); }
H1.HeaderClassName
{
color: #31544A;
}
.AnyTagClassName
{
color: #31544A;
}
</style>
background-color css
<style>
a { background-color: #31544A; }
a { background-color: rgb(49,84,74); }
div.DivClassName
{
background-color: #31544A;
}
.BgClassName
{
background-color: #31544A;
}
</style>
border-color css
<style>
span { border-color: #31544A; }
span { border-color: rgb(49,84,74); }
td.TdClassName
{
border-color: #31544A;
}
.TagClassName
{
border-color: #31544A;
}
</style>