#31414C

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

Shades of Big Stone #31414C

Tints of Big Stone #31414C

Color information

#31414C (or 0x31414C) is unknown color: approx Big Stone. HEX triplet: 31, 41 and 4C. RGB value is (49,65,76). Sum of RGB (Red+Green+Blue) = 49+65+76=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #31414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31414C is #CEBEB3. Grayscale: #3D3D3D. Windows color (decimal): -13549236 or 4997425. OLE color: 4997425.

HSL color Cylindrical-coordinate representation of color #31414C: hue angle of 204.44º 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 #31414C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB496576-
CMYK0.360.1400.70
HSL204.44º21.6%24.51%-
HSV(B)204.44º35.53%29.8%-
XYZ4.464.967.56-
YUV61.47136.2119.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 76 (30.08% from 255) = 40%
R=25.79%
G=34.21%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4965760.360.1400.70204.4421.624.51
Hex31414C24E046cc1619
Octal61101114441601063142631
Binary11000110000011001100100100111001000110110011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31414C; }

 p { color: rgb(49,65,76); }

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

<style>
 a { background-color: #31414C; }

 a { background-color: rgb(49,65,76); }

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

<style>
 span { border-color: #31414C; }

 span { border-color: rgb(49,65,76); }

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