#31474F

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

Shades of Big Stone #31474F

Tints of Big Stone #31474F

Color information

#31474F (or 0x31474F) is unknown color: approx Big Stone. HEX triplet: 31, 47 and 4F. RGB value is (49,71,79). Sum of RGB (Red+Green+Blue) = 49+71+79=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #31474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31474F is #CEB8B0. Grayscale: #414141. Windows color (decimal): -13547697 or 5195569. OLE color: 5195569.

HSL color Cylindrical-coordinate representation of color #31474F: hue angle of 196º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31474F is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB497179-
CMYK0.380.1000.69
HSL196º23.44%25.1%-
HSV(B)196º37.97%30.98%-
XYZ4.935.728.24-
YUV65.33135.71116.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=24.62%
G=35.68%
B=39.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4971790.380.1000.6919623.4425.1
Hex31474F26A045c41719
Octal61107117461201053042731
Binary11000110001111001111100110101001000101110001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31474F; }

 p { color: rgb(49,71,79); }

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

<style>
 a { background-color: #31474F; }

 a { background-color: rgb(49,71,79); }

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

<style>
 span { border-color: #31474F; }

 span { border-color: rgb(49,71,79); }

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