#314A4A

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

Shades of Dark Slate Grey #314A4A

Tints of Dark Slate Grey #314A4A

Color information

#314A4A (or 0x314A4A) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4A and 4A. RGB value is (49,74,74). Sum of RGB (Red+Green+Blue) = 49+74+74=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #314A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314A4A is #CEB5B5. Grayscale: #424242. Windows color (decimal): -13546934 or 4868657. OLE color: 4868657.

HSL color Cylindrical-coordinate representation of color #314A4A: hue angle of 180º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #314A4A is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB497474-
CMYK0.34000.71
HSL180º20.33%24.12%-
HSV(B)180º33.78%29.02%-
XYZ4.956.047.38-
YUV66.53132.22115.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=24.87%
G=37.56%
B=37.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4974740.34000.7118020.3324.12
Hex314A4A220047b41418
Octal6111211242001072642430
Binary11000110010101001010100010001000111101101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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