Html Css Color HEX #323429 Eternity

📋 copy color: '#323429'

red 50 ◦ green 52 ◦ blue 41

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

Shades of Eternity #323429

Tints of Eternity #323429

RGB

 RED value IS 50 (19.92% from 255) = 34.97%

 GREEN value IS 52 (20.7% from 255) = 36.36%

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 34.97%
G = 36.36%
B = 28.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#323429 (or 0x323429) is known color: Eternity. HEX triplet: 32, 34 and 29. RGB value is (50,52,41). Sum of RGB (Red+Green+Blue) = 50+52+41=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 52 - color contains mainly: green. Hex color #323429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323429 is #CDCBD6. Grayscale: #323232. Windows color (decimal): -13487063 or 2700338. OLE color: 2700338.

HSL color Cylindrical-coordinate representation of color #323429: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #323429 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 52 41 -
CMYK 0.04 0 0.21 0.80
HSL 70.91º 0.12% 0.18% -
HSV(B) 70.91º 0.21% 0.2% -
XYZ 2.94 3.29 2.58 -
YUV 50.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 50 52 41 0.04 0 0.21 0.80 70.91 0.12 0.18
Hex 32 34 29 4 0 15 50 47 C 12
Octal 62 64 51 4 0 25 120 107 14 22
Binary 110010 110100 101001 100 0 10101 1010000 1000111 1100 10010

Color Harmonies of #323429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323429

Black with #323429

Text Example


Text Example

White with #323429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323429; }

 p { color: rgb(50,52,41); }

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

background-color css

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

 a { background-color: rgb(50,52,41); }

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

border-color css

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

 span { border-color: rgb(50,52,41); }

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