#24514B

Color #24514B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #24514B

Tints of Dark Slate Grey #24514B

Color information

#24514B (or 0x24514B) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 51 and 4B. RGB value is (36,81,75). Sum of RGB (Red+Green+Blue) = 36+81+75=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #24514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24514B is #DBAEB4. Grayscale: #424242. Windows color (decimal): -14397109 or 4935972. OLE color: 4935972.

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

Color convert

RGB368175-
CMYK0.5600.070.68
HSL172º38.46%22.94%-
HSV(B)172º55.56%31.76%-
XYZ4.946.777.7-
YUV66.86132.59105.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.75%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=18.75%
G=42.19%
B=39.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3681750.5600.070.6817238.4622.94
Hex24514B380744ac2617
Octal4412111370071042544627
Binary10010010100011001011111000011110001001010110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24514B;
 }
 .AnyTagClassName
 {
   color: #24514B;
 }
</style>
background-color css

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

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

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

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

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

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