#24474B

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

Shades of Dark Slate Grey #24474B

Tints of Dark Slate Grey #24474B

Color information

#24474B (or 0x24474B) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 47 and 4B. RGB value is (36,71,75). Sum of RGB (Red+Green+Blue) = 36+71+75=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #24474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24474B is #DBB8B4. Grayscale: #3C3C3C. Windows color (decimal): -14399669 or 4933412. OLE color: 4933412.

HSL color Cylindrical-coordinate representation of color #24474B: hue angle of 186.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24474B is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB367175-
CMYK0.520.0500.71
HSL186.15º35.14%21.76%-
HSV(B)186.15º52%29.41%-
XYZ4.255.397.47-
YUV60.99135.9110.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=19.78%
G=39.01%
B=41.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3671750.520.0500.71186.1535.1421.76
Hex24474B345047ba2316
Octal4410711364501072724326
Binary10010010001111001011110100101010001111011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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