#323429

Color #323429 Eternity (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eternity #323429

Tints of Eternity #323429

Color information

#323429 (or 0x323429) is unknown color: approx 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

RGB505241-
CMYK0.0400.210.80
HSL70.91º11.83%18.24%-
HSV(B)70.91º21.15%20.39%-
XYZ2.943.292.58-
YUV50.15122.84127.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052410.0400.210.8070.9111.8318.24
Hex32342940155047c12
Octal62645140251201071422
Binary11001011010010100110001010110100001000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>