Html Css Color HEX #24494D Dark Slate Grey

📋 copy color: '#24494D'

red 36 ◦ green 73 ◦ blue 77

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

Shades of Dark Slate Grey #24494D

Tints of Dark Slate Grey #24494D

RGB

 RED value IS 36 (14.45% from 255) = 19.35%

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 19.35%
G = 39.25%
B = 41.4%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24494D (or 0x24494D) is known color: Dark Slate Grey. HEX triplet: 24, 49 and 4D. RGB value is (36,73,77). Sum of RGB (Red+Green+Blue) = 36+73+77=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #24494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24494D is #DBB6B2. Grayscale: #3E3E3E. Windows color (decimal): -14399155 or 5064996. OLE color: 5064996.

HSL color Cylindrical-coordinate representation of color #24494D: hue angle of 185.85º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24494D is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 73 77 -
CMYK 0.53 0.05 0 0.70
HSL 185.85º 0.36% 0.22% -
HSV(B) 185.85º 0.53% 0.3% -
XYZ 4.45 5.68 7.88 -
YUV 62.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 36 73 77 0.53 0.05 0 0.70 185.85 0.36 0.22
Hex 24 49 4D 35 5 0 46 BA 24 16
Octal 44 111 115 65 5 0 106 272 44 26
Binary 100100 1001001 1001101 110101 101 0 1000110 10111010 100100 10110

Color Harmonies of #24494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24494D

Black with #24494D

Text Example


Text Example

White with #24494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24494D; }

 p { color: rgb(36,73,77); }

 H1.HeaderClassName
 {
   color: #24494D;
 }
 .AnyTagClassName
 {
   color: #24494D;
 }
</style>

background-color css

<style>
 a { background-color: #24494D; }

 a { background-color: rgb(36,73,77); }

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

border-color css

<style>
 span { border-color: #24494D; }

 span { border-color: rgb(36,73,77); }

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