#314446

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

Shades of Dark Slate Grey #314446

Tints of Dark Slate Grey #314446

Color information

#314446 (or 0x314446) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 44 and 46. RGB value is (49,68,70). Sum of RGB (Red+Green+Blue) = 49+68+70=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #314446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314446 is #CEBBB9. Grayscale: #3E3E3E. Windows color (decimal): -13548474 or 4604977. OLE color: 4604977.

HSL color Cylindrical-coordinate representation of color #314446: hue angle of 185.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314446 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB496870-
CMYK0.300.0300.73
HSL185.71º17.65%23.33%-
HSV(B)185.71º30%27.45%-
XYZ4.445.236.57-
YUV62.55132.21118.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=26.20%
G=36.36%
B=37.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968700.300.0300.73185.7117.6523.33
Hex3144461E3049ba1217
Octal6110410636301112722227
Binary11000110001001000110111101101001001101110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314446; }

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

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

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

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

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

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

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

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