Shades of Big Stone #31474C
Tints of Big Stone #31474C
RGB
CMYK
RGB Variations
Color information
#31474C (or 0x31474C) is known color: Big Stone. HEX triplet: 31, 47 and 4C. RGB value is (49,71,76). Sum of RGB (Red+Green+Blue) = 49+71+76=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 76 - color contains mainly: blue. Hex color #31474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31474C is #CEB8B3. Grayscale: #404040. Windows color (decimal): -13547700 or 4998961. OLE color: 4998961.
HSL color Cylindrical-coordinate representation of color #31474C: hue angle of 191.11º 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 #31474C is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 71 | 76 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.70 |
| HSL | 191.11º | 0.22% | 0.25% | - |
| HSV(B) | 191.11º | 0.36% | 0.3% | - |
| XYZ | 4.82 | 5.68 | 7.68 | - |
| YUV | 64.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 76 | 0.36 | 0.07 | 0 | 0.70 | 191.11 | 0.22 | 0.25 |
| Hex | 31 | 47 | 4C | 24 | 7 | 0 | 46 | BF | 16 | 19 |
| Octal | 61 | 107 | 114 | 44 | 7 | 0 | 106 | 277 | 26 | 31 |
| Binary | 110001 | 1000111 | 1001100 | 100100 | 111 | 0 | 1000110 | 10111111 | 10110 | 11001 |
Color Harmonies of #31474C
Complementary color
Monochromatic Colors of #31474C
Black with #31474C
Text Example
Text Example
White with #31474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31474C; }
p { color: rgb(49,71,76); }
H1.HeaderClassName
{
color: #31474C;
}
.AnyTagClassName
{
color: #31474C;
}
</style>
background-color css
<style>
a { background-color: #31474C; }
a { background-color: rgb(49,71,76); }
div.DivClassName
{
background-color: #31474C;
}
.BgClassName
{
background-color: #31474C;
}
</style>
border-color css
<style>
span { border-color: #31474C; }
span { border-color: rgb(49,71,76); }
td.TdClassName
{
border-color: #31474C;
}
.TagClassName
{
border-color: #31474C;
}
</style>