#314C4C

Color #314C4C Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #314C4C

Tints of Dark Slate Grey #314C4C

Color information

#314C4C (or 0x314C4C) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4C and 4C. RGB value is (49,76,76). Sum of RGB (Red+Green+Blue) = 49+76+76=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #314C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C4C is #CEB3B3. Grayscale: #434343. Windows color (decimal): -13546420 or 5000241. OLE color: 5000241.

HSL color Cylindrical-coordinate representation of color #314C4C: hue angle of 180º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C4C is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB497676-
CMYK0.36000.70
HSL180º21.6%24.51%-
HSV(B)180º35.53%29.8%-
XYZ5.166.347.79-
YUV67.93132.55114.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=24.38%
G=37.81%
B=37.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4976760.36000.7018021.624.51
Hex314C4C240046b41619
Octal6111411444001062642631
Binary11000110011001001100100100001000110101101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314C4C; }

 p { color: rgb(49,76,76); }

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

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

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

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

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

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

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