Html Css Color HEX #1F524F Dark Slate Grey

📋 copy color: '#1F524F'

red 31 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #1F524F

Tints of Dark Slate Grey #1F524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 16.15%
G = 42.71%
B = 41.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#1F524F (or 0x1F524F) is known color: Dark Slate Grey. HEX triplet: 1F, 52 and 4F. RGB value is (31,82,79). Sum of RGB (Red+Green+Blue) = 31+82+79=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #1F524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F524F is #E0ADB0. Grayscale: #424242. Windows color (decimal): -14724529 or 5198367. OLE color: 5198367.

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

Color convert

RGB 31 82 79 -
CMYK 0.62 0 0.04 0.68
HSL 176.47º 0.45% 0.22% -
HSV(B) 176.47º 0.62% 0.32% -
XYZ 4.99 6.89 8.46 -
YUV 66.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 31 82 79 0.62 0 0.04 0.68 176.47 0.45 0.22
Hex 1F 52 4F 3E 0 4 44 B0 2D 16
Octal 37 122 117 76 0 4 104 260 55 26
Binary 11111 1010010 1001111 111110 0 100 1000100 10110000 101101 10110

Color Harmonies of #1F524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F524F

Black with #1F524F

Text Example


Text Example

White with #1F524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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