Html Css Color HEX #1F514D Dark Slate Grey

📋 copy color: '#1F514D'

red 31 ◦ green 81 ◦ blue 77

#1F514D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #1F514D

Tints of Dark Slate Grey #1F514D

RGB

 RED value IS 31 (12.5% from 255) = 16.4%

 GREEN value IS 81 (32.03% from 255) = 42.86%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 16.4%
G = 42.86%
B = 40.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#1F514D (or 0x1F514D) is known color: Dark Slate Grey. HEX triplet: 1F, 51 and 4D. RGB value is (31,81,77). Sum of RGB (Red+Green+Blue) = 31+81+77=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #1F514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F514D is #E0AEB2. Grayscale: #414141. Windows color (decimal): -14724787 or 5067039. OLE color: 5067039.

HSL color Cylindrical-coordinate representation of color #1F514D: hue angle of 175.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F514D is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 81 77 -
CMYK 0.62 0 0.05 0.68
HSL 175.2º 0.45% 0.22% -
HSV(B) 175.2º 0.62% 0.32% -
XYZ 4.85 6.71 8.06 -
YUV 65.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 31 81 77 0.62 0 0.05 0.68 175.2 0.45 0.22
Hex 1F 51 4D 3E 0 5 44 AF 2D 16
Octal 37 121 115 76 0 5 104 257 55 26
Binary 11111 1010001 1001101 111110 0 101 1000100 10101111 101101 10110

Color Harmonies of #1F514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F514D

Black with #1F514D

Text Example


Text Example

White with #1F514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F514D;
 }
 .AnyTagClassName
 {
   color: #1F514D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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