#24343C

Color #24343C Elephant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elephant #24343C

Tints of Elephant #24343C

Color information

#24343C (or 0x24343C) is unknown color: approx Elephant. HEX triplet: 24, 34 and 3C. RGB value is (36,52,60). Sum of RGB (Red+Green+Blue) = 36+52+60=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #24343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24343C is #DBCBC3. Grayscale: #303030. Windows color (decimal): -14404548 or 3945508. OLE color: 3945508.

HSL color Cylindrical-coordinate representation of color #24343C: hue angle of 200º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #24343C is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB365260-
CMYK0.400.1300.76
HSL200º25%18.82%-
HSV(B)200º40%23.53%-
XYZ2.773.164.74-
YUV48.13134.7119.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=24.32%
G=35.14%
B=40.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3652600.400.1300.762002518.82
Hex24343C28D04Cc81913
Octal446474501501143103123
Binary100100110100111100101000110101001100110010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24343C; }

 p { color: rgb(36,52,60); }

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

<style>
 a { background-color: #24343C; }

 a { background-color: rgb(36,52,60); }

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

<style>
 span { border-color: #24343C; }

 span { border-color: rgb(36,52,60); }

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