#313D46

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

Shades of Big Stone #313D46

Tints of Big Stone #313D46

Color information

#313D46 (or 0x313D46) is unknown color: approx Big Stone. HEX triplet: 31, 3D and 46. RGB value is (49,61,70). Sum of RGB (Red+Green+Blue) = 49+61+70=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #313D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D46 is #CEC2B9. Grayscale: #3A3A3A. Windows color (decimal): -13550266 or 4603185. OLE color: 4603185.

HSL color Cylindrical-coordinate representation of color #313D46: hue angle of 205.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313D46 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB496170-
CMYK0.300.1300.73
HSL205.71º17.65%23.33%-
HSV(B)205.71º30%27.45%-
XYZ4.044.436.44-
YUV58.44134.52121.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=27.22%
G=33.89%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4961700.300.1300.73205.7117.6523.33
Hex313D461ED049ce1217
Octal6175106361501113162227
Binary110001111101100011011110110101001001110011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313D46; }

 p { color: rgb(49,61,70); }

 H1.HeaderClassName
 {
   color: #313D46;
 }
 .AnyTagClassName
 {
   color: #313D46;
 }
</style>
background-color css

<style>
 a { background-color: #313D46; }

 a { background-color: rgb(49,61,70); }

 div.DivClassName
 {
   background-color: #313D46;
 }
 .BgClassName
 {
   background-color: #313D46;
 }
</style>
border-color css

<style>
 span { border-color: #313D46; }

 span { border-color: rgb(49,61,70); }

 td.TdClassName
 {
   border-color: #313D46;
 }
 .TagClassName
 {
   border-color: #313D46;
 }
</style>