#314144

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

Shades of Big Stone #314144

Tints of Big Stone #314144

Color information

#314144 (or 0x314144) is unknown color: approx Big Stone. HEX triplet: 31, 41 and 44. RGB value is (49,65,68). Sum of RGB (Red+Green+Blue) = 49+65+68=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #314144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314144 is #CEBEBB. Grayscale: #3C3C3C. Windows color (decimal): -13549244 or 4473137. OLE color: 4473137.

HSL color Cylindrical-coordinate representation of color #314144: hue angle of 189.47º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #314144 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB496568-
CMYK0.280.0400.73
HSL189.47º16.24%22.94%-
HSV(B)189.47º27.94%26.67%-
XYZ4.24.856.18-
YUV60.56132.2119.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=26.92%
G=35.71%
B=37.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4965680.280.0400.73189.4716.2422.94
Hex3141441C4049bd1017
Octal6110110434401112752027
Binary110001100000110001001110010001001001101111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314144; }

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

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

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

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

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

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

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

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