Html Css Color HEX #1F5250 Dark Slate Grey

📋 copy color: '#1F5250'

red 31 ◦ green 82 ◦ blue 80

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

Shades of Dark Slate Grey #1F5250

Tints of Dark Slate Grey #1F5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.49%

 BLUE value IS 80 (31.64% from 255) = 41.45%

R = 16.06%
G = 42.49%
B = 41.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#1F5250 (or 0x1F5250) is known color: Dark Slate Grey. HEX triplet: 1F, 52 and 50. RGB value is (31,82,80). Sum of RGB (Red+Green+Blue) = 31+82+80=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5250 is #E0ADAF. Grayscale: #424242. Windows color (decimal): -14724528 or 5263903. OLE color: 5263903.

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

Color convert

RGB 31 82 80 -
CMYK 0.62 0 0.02 0.68
HSL 177.65º 0.45% 0.22% -
HSV(B) 177.65º 0.62% 0.32% -
XYZ 5.03 6.91 8.66 -
YUV 66.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 31 82 80 0.62 0 0.02 0.68 177.65 0.45 0.22
Hex 1F 52 50 3E 0 2 44 B2 2D 16
Octal 37 122 120 76 0 2 104 262 55 26
Binary 11111 1010010 1010000 111110 0 10 1000100 10110010 101101 10110

Color Harmonies of #1F5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5250

Black with #1F5250

Text Example


Text Example

White with #1F5250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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