Html Css Color HEX #29353D Elephant

📋 copy color: '#29353D'

red 41 ◦ green 53 ◦ blue 61

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

Shades of Elephant #29353D

Tints of Elephant #29353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 26.45%
G = 34.19%
B = 39.35%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29353D (or 0x29353D) is known color: Elephant. HEX triplet: 29, 35 and 3D. RGB value is (41,53,61). Sum of RGB (Red+Green+Blue) = 41+53+61=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #29353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29353D is #D6CAC2. Grayscale: #323232. Windows color (decimal): -14076611 or 4011305. OLE color: 4011305.

HSL color Cylindrical-coordinate representation of color #29353D: hue angle of 204º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #29353D is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 53 61 -
CMYK 0.33 0.13 0 0.76
HSL 204º 0.2% 0.2% -
HSV(B) 204º 0.33% 0.24% -
XYZ 3.03 3.35 4.9 -
YUV 50.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 41 53 61 0.33 0.13 0 0.76 204 0.2 0.2
Hex 29 35 3D 21 D 0 4C CC 14 14
Octal 51 65 75 41 15 0 114 314 24 24
Binary 101001 110101 111101 100001 1101 0 1001100 11001100 10100 10100

Color Harmonies of #29353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29353D

Black with #29353D

Text Example


Text Example

White with #29353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29353D; }

 p { color: rgb(41,53,61); }

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

background-color css

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

 a { background-color: rgb(41,53,61); }

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

border-color css

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

 span { border-color: rgb(41,53,61); }

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