Html Css Color HEX #1F4D51 Dark Slate Grey

📋 copy color: '#1F4D51'

red 31 ◦ green 77 ◦ blue 81

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

Shades of Dark Slate Grey #1F4D51

Tints of Dark Slate Grey #1F4D51

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1F4D51: hue angle of 184.8º 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 #1F4D51 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 77 81 -
CMYK 0.62 0.05 0 0.68
HSL 184.8º 0.45% 0.22% -
HSV(B) 184.8º 0.62% 0.32% -
XYZ 4.7 6.19 8.73 -
YUV 63.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 31 77 81 0.62 0.05 0 0.68 184.8 0.45 0.22
Hex 1F 4D 51 3E 5 0 44 B9 2D 16
Octal 37 115 121 76 5 0 104 271 55 26
Binary 11111 1001101 1010001 111110 101 0 1000100 10111001 101101 10110

Color Harmonies of #1F4D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4D51

Black with #1F4D51

Text Example


Text Example

White with #1F4D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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