#314147

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

Shades of Big Stone #314147

Tints of Big Stone #314147

Color information

#314147 (or 0x314147) is unknown color: approx Big Stone. HEX triplet: 31, 41 and 47. RGB value is (49,65,71). Sum of RGB (Red+Green+Blue) = 49+65+71=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #314147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314147 is #CEBEB8. Grayscale: #3C3C3C. Windows color (decimal): -13549241 or 4669745. OLE color: 4669745.

HSL color Cylindrical-coordinate representation of color #314147: hue angle of 196.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314147 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB496571-
CMYK0.310.0800.72
HSL196.36º18.33%23.53%-
HSV(B)196.36º30.99%27.84%-
XYZ4.294.896.68-
YUV60.9133.7119.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=26.49%
G=35.14%
B=38.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4965710.310.0800.72196.3618.3323.53
Hex3141471F8048c41218
Octal61101107371001103042230
Binary1100011000001100011111111100001001000110001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314147; }

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

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

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

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

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

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

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

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