Shades of Big Stone #313D42
Tints of Big Stone #313D42
RGB
CMYK
RGB Variations
Color information
#313D42 (or 0x313D42) is known color: Big Stone. HEX triplet: 31, 3D and 42. RGB value is (49,61,66). Sum of RGB (Red+Green+Blue) = 49+61+66=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 66 - color contains mainly: blue. Hex color #313D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D42 is #CEC2BD. Grayscale: #393939. Windows color (decimal): -13550270 or 4341041. OLE color: 4341041.
HSL color Cylindrical-coordinate representation of color #313D42: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313D42 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 61 | 66 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.74 |
| HSL | 197.65º | 0.15% | 0.23% | - |
| HSV(B) | 197.65º | 0.26% | 0.26% | - |
| XYZ | 3.92 | 4.38 | 5.79 | - |
| YUV | 57.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 66 | 0.26 | 0.08 | 0 | 0.74 | 197.65 | 0.15 | 0.23 |
| Hex | 31 | 3D | 42 | 1A | 8 | 0 | 4A | C6 | F | 17 |
| Octal | 61 | 75 | 102 | 32 | 10 | 0 | 112 | 306 | 17 | 27 |
| Binary | 110001 | 111101 | 1000010 | 11010 | 1000 | 0 | 1001010 | 11000110 | 1111 | 10111 |
Color Harmonies of #313D42
Complementary color
Monochromatic Colors of #313D42
Black with #313D42
Text Example
Text Example
White with #313D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D42; }
p { color: rgb(49,61,66); }
H1.HeaderClassName
{
color: #313D42;
}
.AnyTagClassName
{
color: #313D42;
}
</style>
background-color css
<style>
a { background-color: #313D42; }
a { background-color: rgb(49,61,66); }
div.DivClassName
{
background-color: #313D42;
}
.BgClassName
{
background-color: #313D42;
}
</style>
border-color css
<style>
span { border-color: #313D42; }
span { border-color: rgb(49,61,66); }
td.TdClassName
{
border-color: #313D42;
}
.TagClassName
{
border-color: #313D42;
}
</style>