Html Css Color HEX #1F524C Dark Slate Grey

📋 copy color: '#1F524C'

red 31 ◦ green 82 ◦ blue 76

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

Shades of Dark Slate Grey #1F524C

Tints of Dark Slate Grey #1F524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.21%

R = 16.4%
G = 43.39%
B = 40.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#1F524C (or 0x1F524C) is known color: Dark Slate Grey. HEX triplet: 1F, 52 and 4C. RGB value is (31,82,76). Sum of RGB (Red+Green+Blue) = 31+82+76=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #1F524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F524C is #E0ADB3. Grayscale: #424242. Windows color (decimal): -14724532 or 5001759. OLE color: 5001759.

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

Color convert

RGB 31 82 76 -
CMYK 0.62 0 0.07 0.68
HSL 172.94º 0.45% 0.22% -
HSV(B) 172.94º 0.62% 0.32% -
XYZ 4.89 6.85 7.9 -
YUV 66.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 31 82 76 0.62 0 0.07 0.68 172.94 0.45 0.22
Hex 1F 52 4C 3E 0 7 44 AD 2D 16
Octal 37 122 114 76 0 7 104 255 55 26
Binary 11111 1010010 1001100 111110 0 111 1000100 10101101 101101 10110

Color Harmonies of #1F524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F524C

Black with #1F524C

Text Example


Text Example

White with #1F524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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