Shades of Spectra #31544B
Tints of Spectra #31544B
RGB
CMYK
RGB Variations
Color information
#31544B (or 0x31544B) is known color: Spectra. HEX triplet: 31, 54 and 4B. RGB value is (49,84,75). Sum of RGB (Red+Green+Blue) = 49+84+75=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #31544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31544B is #CEABB4. Grayscale: #484848. Windows color (decimal): -13544373 or 4936753. OLE color: 4936753.
HSL color Cylindrical-coordinate representation of color #31544B: hue angle of 164.57º 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 #31544B is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 75 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.67 |
| HSL | 164.57º | 0.26% | 0.26% | - |
| HSV(B) | 164.57º | 0.42% | 0.33% | - |
| XYZ | 5.71 | 7.5 | 7.8 | - |
| YUV | 72.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 75 | 0.42 | 0 | 0.11 | 0.67 | 164.57 | 0.26 | 0.26 |
| Hex | 31 | 54 | 4B | 2A | 0 | B | 43 | A5 | 1A | 1A |
| Octal | 61 | 124 | 113 | 52 | 0 | 13 | 103 | 245 | 32 | 32 |
| Binary | 110001 | 1010100 | 1001011 | 101010 | 0 | 1011 | 1000011 | 10100101 | 11010 | 11010 |
Color Harmonies of #31544B
Complementary color
Monochromatic Colors of #31544B
Black with #31544B
Text Example
Text Example
White with #31544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31544B; }
p { color: rgb(49,84,75); }
H1.HeaderClassName
{
color: #31544B;
}
.AnyTagClassName
{
color: #31544B;
}
</style>
background-color css
<style>
a { background-color: #31544B; }
a { background-color: rgb(49,84,75); }
div.DivClassName
{
background-color: #31544B;
}
.BgClassName
{
background-color: #31544B;
}
</style>
border-color css
<style>
span { border-color: #31544B; }
span { border-color: rgb(49,84,75); }
td.TdClassName
{
border-color: #31544B;
}
.TagClassName
{
border-color: #31544B;
}
</style>