#314151

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

Shades of Madison #314151

Tints of Madison #314151

Color information

#314151 (or 0x314151) is unknown color: approx Madison. HEX triplet: 31, 41 and 51. RGB value is (49,65,81). Sum of RGB (Red+Green+Blue) = 49+65+81=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #314151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314151 is #CEBEAE. Grayscale: #3D3D3D. Windows color (decimal): -13549231 or 5325105. OLE color: 5325105.

HSL color Cylindrical-coordinate representation of color #314151: hue angle of 210º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314151 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB496581-
CMYK0.400.2000.68
HSL210º24.62%25.49%-
HSV(B)210º39.51%31.76%-
XYZ4.645.038.51-
YUV62.04138.7118.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=25.13%
G=33.33%
B=41.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4965810.400.2000.6821024.6225.49
Hex3141512814044d21919
Octal61101121502401043223131
Binary110001100000110100011010001010001000100110100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314151; }

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

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

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

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

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

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

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

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