Shades of Big Stone #313E43
Tints of Big Stone #313E43
RGB
CMYK
RGB Variations
Color information
#313E43 (or 0x313E43) is known color: Big Stone. HEX triplet: 31, 3E and 43. RGB value is (49,62,67). Sum of RGB (Red+Green+Blue) = 49+62+67=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 67 - color contains mainly: blue. Hex color #313E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E43 is #CEC1BC. Grayscale: #3A3A3A. Windows color (decimal): -13550013 or 4406833. OLE color: 4406833.
HSL color Cylindrical-coordinate representation of color #313E43: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313E43 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 62 | 67 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.74 |
| HSL | 196.67º | 0.16% | 0.23% | - |
| HSV(B) | 196.67º | 0.27% | 0.26% | - |
| XYZ | 4 | 4.5 | 5.97 | - |
| YUV | 58.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 67 | 0.27 | 0.07 | 0 | 0.74 | 196.67 | 0.16 | 0.23 |
| Hex | 31 | 3E | 43 | 1B | 7 | 0 | 4A | C5 | 10 | 17 |
| Octal | 61 | 76 | 103 | 33 | 7 | 0 | 112 | 305 | 20 | 27 |
| Binary | 110001 | 111110 | 1000011 | 11011 | 111 | 0 | 1001010 | 11000101 | 10000 | 10111 |
Color Harmonies of #313E43
Complementary color
Monochromatic Colors of #313E43
Black with #313E43
Text Example
Text Example
White with #313E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E43; }
p { color: rgb(49,62,67); }
H1.HeaderClassName
{
color: #313E43;
}
.AnyTagClassName
{
color: #313E43;
}
</style>
background-color css
<style>
a { background-color: #313E43; }
a { background-color: rgb(49,62,67); }
div.DivClassName
{
background-color: #313E43;
}
.BgClassName
{
background-color: #313E43;
}
</style>
border-color css
<style>
span { border-color: #313E43; }
span { border-color: rgb(49,62,67); }
td.TdClassName
{
border-color: #313E43;
}
.TagClassName
{
border-color: #313E43;
}
</style>