Html Css Color HEX #24514D Dark Slate Grey

📋 copy color: '#24514D'

red 36 ◦ green 81 ◦ blue 77

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

Shades of Dark Slate Grey #24514D

Tints of Dark Slate Grey #24514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.75%

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

R = 18.56%
G = 41.75%
B = 39.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#24514D (or 0x24514D) is known color: Dark Slate Grey. HEX triplet: 24, 51 and 4D. RGB value is (36,81,77). Sum of RGB (Red+Green+Blue) = 36+81+77=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #24514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24514D is #DBAEB2. Grayscale: #434343. Windows color (decimal): -14397107 or 5067044. OLE color: 5067044.

HSL color Cylindrical-coordinate representation of color #24514D: hue angle of 174.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24514D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 81 77 -
CMYK 0.56 0 0.05 0.68
HSL 174.67º 0.38% 0.23% -
HSV(B) 174.67º 0.56% 0.32% -
XYZ 5.01 6.8 8.07 -
YUV 67.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 36 81 77 0.56 0 0.05 0.68 174.67 0.38 0.23
Hex 24 51 4D 38 0 5 44 AF 26 17
Octal 44 121 115 70 0 5 104 257 46 27
Binary 100100 1010001 1001101 111000 0 101 1000100 10101111 100110 10111

Color Harmonies of #24514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24514D

Black with #24514D

Text Example


Text Example

White with #24514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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