#1F4E50

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

Shades of Dark Slate Grey #1F4E50

Tints of Dark Slate Grey #1F4E50

Color information

#1F4E50 (or 0x1F4E50) is unknown color: approx Dark Slate Grey. HEX triplet: 1F, 4E and 50. RGB value is (31,78,80). Sum of RGB (Red+Green+Blue) = 31+78+80=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F4E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4E50 is #E0B1AF. Grayscale: #404040. Windows color (decimal): -14725552 or 5262879. OLE color: 5262879.

HSL color Cylindrical-coordinate representation of color #1F4E50: hue angle of 182.45º 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 #1F4E50 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB317880-
CMYK0.610.0200.69
HSL182.45º44.14%21.76%-
HSV(B)182.45º61.25%31.37%-
XYZ4.746.328.56-
YUV64.18136.93104.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.40%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=16.40%
G=41.27%
B=42.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3178800.610.0200.69182.4544.1421.76
Hex1F4E503D2045b62c16
Octal3711612075201052665426
Binary111111001110101000011110110010001011011011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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