Html Css Color HEX #1F524B Dark Slate Grey

📋 copy color: '#1F524B'

red 31 ◦ green 82 ◦ blue 75

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

Shades of Dark Slate Grey #1F524B

Tints of Dark Slate Grey #1F524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 16.49%
G = 43.62%
B = 39.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#1F524B (or 0x1F524B) is known color: Dark Slate Grey. HEX triplet: 1F, 52 and 4B. RGB value is (31,82,75). Sum of RGB (Red+Green+Blue) = 31+82+75=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #1F524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F524B is #E0ADB4. Grayscale: #414141. Windows color (decimal): -14724533 or 4936223. OLE color: 4936223.

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

Color convert

RGB 31 82 75 -
CMYK 0.62 0 0.09 0.68
HSL 171.76º 0.45% 0.22% -
HSV(B) 171.76º 0.62% 0.32% -
XYZ 4.85 6.83 7.72 -
YUV 65.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 31 82 75 0.62 0 0.09 0.68 171.76 0.45 0.22
Hex 1F 52 4B 3E 0 9 44 AC 2D 16
Octal 37 122 113 76 0 11 104 254 55 26
Binary 11111 1010010 1001011 111110 0 1001 1000100 10101100 101101 10110

Color Harmonies of #1F524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F524B

Black with #1F524B

Text Example


Text Example

White with #1F524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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