Shades of Big Stone #31414C
Tints of Big Stone #31414C
RGB
CMYK
RGB Variations
Color information
#31414C (or 0x31414C) is known color: Big Stone. HEX triplet: 31, 41 and 4C. RGB value is (49,65,76). Sum of RGB (Red+Green+Blue) = 49+65+76=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #31414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31414C is #CEBEB3. Grayscale: #3D3D3D. Windows color (decimal): -13549236 or 4997425. OLE color: 4997425.
HSL color Cylindrical-coordinate representation of color #31414C: hue angle of 204.44º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31414C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 65 | 76 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.70 |
| HSL | 204.44º | 0.22% | 0.25% | - |
| HSV(B) | 204.44º | 0.36% | 0.3% | - |
| XYZ | 4.46 | 4.96 | 7.56 | - |
| YUV | 61.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 76 | 0.36 | 0.14 | 0 | 0.70 | 204.44 | 0.22 | 0.25 |
| Hex | 31 | 41 | 4C | 24 | E | 0 | 46 | CC | 16 | 19 |
| Octal | 61 | 101 | 114 | 44 | 16 | 0 | 106 | 314 | 26 | 31 |
| Binary | 110001 | 1000001 | 1001100 | 100100 | 1110 | 0 | 1000110 | 11001100 | 10110 | 11001 |
Color Harmonies of #31414C
Complementary color
Monochromatic Colors of #31414C
Black with #31414C
Text Example
Text Example
White with #31414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31414C; }
p { color: rgb(49,65,76); }
H1.HeaderClassName
{
color: #31414C;
}
.AnyTagClassName
{
color: #31414C;
}
</style>
background-color css
<style>
a { background-color: #31414C; }
a { background-color: rgb(49,65,76); }
div.DivClassName
{
background-color: #31414C;
}
.BgClassName
{
background-color: #31414C;
}
</style>
border-color css
<style>
span { border-color: #31414C; }
span { border-color: rgb(49,65,76); }
td.TdClassName
{
border-color: #31414C;
}
.TagClassName
{
border-color: #31414C;
}
</style>