Html Css Color HEX #293742 Elephant

📋 copy color: '#293742'

red 41 ◦ green 55 ◦ blue 66

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

Shades of Elephant #293742

Tints of Elephant #293742

RGB

 RED value IS 41 (16.41% from 255) = 25.31%

 GREEN value IS 55 (21.88% from 255) = 33.95%

 BLUE value IS 66 (26.17% from 255) = 40.74%

R = 25.31%
G = 33.95%
B = 40.74%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#293742 (or 0x293742) is known color: Elephant. HEX triplet: 29, 37 and 42. RGB value is (41,55,66). Sum of RGB (Red+Green+Blue) = 41+55+66=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 66 - color contains mainly: blue. Hex color #293742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293742 is #D6C8BD. Grayscale: #343434. Windows color (decimal): -14076094 or 4339497. OLE color: 4339497.

HSL color Cylindrical-coordinate representation of color #293742: hue angle of 206.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #293742 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 55 66 -
CMYK 0.38 0.17 0 0.74
HSL 206.4º 0.23% 0.21% -
HSV(B) 206.4º 0.38% 0.26% -
XYZ 3.26 3.6 5.68 -
YUV 52.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 41 55 66 0.38 0.17 0 0.74 206.4 0.23 0.21
Hex 29 37 42 26 11 0 4A CE 17 15
Octal 51 67 102 46 21 0 112 316 27 25
Binary 101001 110111 1000010 100110 10001 0 1001010 11001110 10111 10101

Color Harmonies of #293742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293742

Black with #293742

Text Example


Text Example

White with #293742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293742; }

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

 H1.HeaderClassName
 {
   color: #293742;
 }
 .AnyTagClassName
 {
   color: #293742;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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