#293740

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

Shades of Elephant #293740

Tints of Elephant #293740

Color information

#293740 (or 0x293740) is unknown color: approx Elephant. HEX triplet: 29, 37 and 40. RGB value is (41,55,64). Sum of RGB (Red+Green+Blue) = 41+55+64=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #293740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293740 is #D6C8BF. Grayscale: #333333. Windows color (decimal): -14076096 or 4208425. OLE color: 4208425.

HSL color Cylindrical-coordinate representation of color #293740: hue angle of 203.48º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293740 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB415564-
CMYK0.360.1400.75
HSL203.48º21.9%20.59%-
HSV(B)203.48º35.94%25.1%-
XYZ3.213.575.37-
YUV51.84134.86120.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 64 (25.39% from 255) = 40%
R=25.62%
G=34.38%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4155640.360.1400.75203.4821.920.59
Hex29374024E04Bcb1615
Octal5167100441601133132625
Binary1010011101111000000100100111001001011110010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293740; }

 p { color: rgb(41,55,64); }

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

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

 a { background-color: rgb(41,55,64); }

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

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

 span { border-color: rgb(41,55,64); }

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