#314049

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

Shades of Big Stone #314049

Tints of Big Stone #314049

Color information

#314049 (or 0x314049) is unknown color: approx Big Stone. HEX triplet: 31, 40 and 49. RGB value is (49,64,73). Sum of RGB (Red+Green+Blue) = 49+64+73=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #314049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314049 is #CEBFB6. Grayscale: #3C3C3C. Windows color (decimal): -13549495 or 4800561. OLE color: 4800561.

HSL color Cylindrical-coordinate representation of color #314049: hue angle of 202.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314049 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB496473-
CMYK0.330.1200.71
HSL202.5º19.67%23.92%-
HSV(B)202.5º32.88%28.63%-
XYZ4.34.87-
YUV60.54135.03119.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=26.34%
G=34.41%
B=39.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4964730.330.1200.71202.519.6723.92
Hex31404921C047ca1418
Octal61100111411401073122430
Binary11000110000001001001100001110001000111110010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314049; }

 p { color: rgb(49,64,73); }

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

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

 a { background-color: rgb(49,64,73); }

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

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

 span { border-color: rgb(49,64,73); }

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