#293941

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

Shades of Elephant #293941

Tints of Elephant #293941

Color information

#293941 (or 0x293941) is unknown color: approx Elephant. HEX triplet: 29, 39 and 41. RGB value is (41,57,65). Sum of RGB (Red+Green+Blue) = 41+57+65=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #293941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293941 is #D6C6BE. Grayscale: #353535. Windows color (decimal): -14075583 or 4274473. OLE color: 4274473.

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

Color convert

RGB415765-
CMYK0.370.1200.75
HSL200º22.64%20.78%-
HSV(B)200º36.92%25.49%-
XYZ3.333.785.55-
YUV53.13134.7119.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=25.15%
G=34.97%
B=39.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4157650.370.1200.7520022.6420.78
Hex29394125C04Bc81715
Octal5171101451401133102725
Binary1010011110011000001100101110001001011110010001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293941; }

 p { color: rgb(41,57,65); }

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

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

 a { background-color: rgb(41,57,65); }

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

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

 span { border-color: rgb(41,57,65); }

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