Html Css Color HEX #293842 Elephant

📋 copy color: '#293842'

red 41 ◦ green 56 ◦ blue 66

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

Shades of Elephant #293842

Tints of Elephant #293842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

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

R = 25.15%
G = 34.36%
B = 40.49%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#293842 (or 0x293842) is known color: Elephant. HEX triplet: 29, 38 and 42. RGB value is (41,56,66). Sum of RGB (Red+Green+Blue) = 41+56+66=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #293842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293842 is #D6C7BD. Grayscale: #343434. Windows color (decimal): -14075838 or 4339753. OLE color: 4339753.

HSL color Cylindrical-coordinate representation of color #293842: hue angle of 204º 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 #293842 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 56 66 -
CMYK 0.38 0.15 0 0.74
HSL 204º 0.23% 0.21% -
HSV(B) 204º 0.38% 0.26% -
XYZ 3.31 3.69 5.69 -
YUV 52.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 41 56 66 0.38 0.15 0 0.74 204 0.23 0.21
Hex 29 38 42 26 F 0 4A CC 17 15
Octal 51 70 102 46 17 0 112 314 27 25
Binary 101001 111000 1000010 100110 1111 0 1001010 11001100 10111 10101

Color Harmonies of #293842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293842

Black with #293842

Text Example


Text Example

White with #293842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293842; }

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

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

background-color css

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

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

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

border-color css

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

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

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