#1F4D50

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

Shades of Dark Slate Grey #1F4D50

Tints of Dark Slate Grey #1F4D50

Color information

#1F4D50 (or 0x1F4D50) is unknown color: approx Dark Slate Grey. HEX triplet: 1F, 4D and 50. RGB value is (31,77,80). Sum of RGB (Red+Green+Blue) = 31+77+80=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F4D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4D50 is #E0B2AF. Grayscale: #3F3F3F. Windows color (decimal): -14725808 or 5262623. OLE color: 5262623.

HSL color Cylindrical-coordinate representation of color #1F4D50: hue angle of 183.67º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F4D50 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB317780-
CMYK0.610.0400.69
HSL183.67º44.14%21.76%-
HSV(B)183.67º61.25%31.37%-
XYZ4.676.188.54-
YUV63.59137.26104.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.49%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=16.49%
G=40.96%
B=42.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3177800.610.0400.69183.6744.1421.76
Hex1F4D503D4045b82c16
Octal3711512075401052705426
Binary1111110011011010000111101100010001011011100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F4D50; }

 p { color: rgb(31,77,80); }

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

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

 a { background-color: rgb(31,77,80); }

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

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

 span { border-color: rgb(31,77,80); }

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