Html Css Color HEX #314151 Madison

📋 copy color: '#314151'

red 49 ◦ green 65 ◦ blue 81

#314151
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madison #314151

Tints of Madison #314151

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 value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314151 (or 0x314151) is known color: 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

RGB 49 65 81 -
CMYK 0.40 0.20 0 0.68
HSL 210º 0.25% 0.25% -
HSV(B) 210º 0.4% 0.32% -
XYZ 4.64 5.03 8.51 -
YUV 62.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 49 65 81 0.40 0.20 0 0.68 210 0.25 0.25
Hex 31 41 51 28 14 0 44 D2 19 19
Octal 61 101 121 50 24 0 104 322 31 31
Binary 110001 1000001 1010001 101000 10100 0 1000100 11010010 11001 11001

Color Harmonies of #314151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314151

Black with #314151

Text Example


Text Example

White with #314151

Text Example


Text Example

HTML Codes & Css Web 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>