#313D42

Color #313D42 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #313D42

Tints of Big Stone #313D42

Color information

#313D42 (or 0x313D42) is unknown color: approx 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

RGB496166-
CMYK0.260.0800.74
HSL197.65º14.78%22.55%-
HSV(B)197.65º25.76%25.88%-
XYZ3.924.385.79-
YUV57.98132.52121.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=27.84%
G=34.66%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4961660.260.0800.74197.6514.7822.55
Hex313D421A804Ac6f17
Octal6175102321001123061727
Binary11000111110110000101101010000100101011000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>