Html Css Color HEX #293941 Elephant

📋 copy color: '#293941'

red 41 ◦ green 57 ◦ blue 65

#293941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elephant #293941

Tints of Elephant #293941

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 value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293941 (or 0x293941) is known color: 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

RGB 41 57 65 -
CMYK 0.37 0.12 0 0.75
HSL 200º 0.23% 0.21% -
HSV(B) 200º 0.37% 0.25% -
XYZ 3.33 3.78 5.55 -
YUV 53.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 41 57 65 0.37 0.12 0 0.75 200 0.23 0.21
Hex 29 39 41 25 C 0 4B C8 17 15
Octal 51 71 101 45 14 0 113 310 27 25
Binary 101001 111001 1000001 100101 1100 0 1001011 11001000 10111 10101

Color Harmonies of #293941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293941

Black with #293941

Text Example


Text Example

White with #293941

Text Example


Text Example

HTML Codes & Css Web 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>