#323528

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

Shades of Eternity #323528

Tints of Eternity #323528

Color information

#323528 (or 0x323528) is unknown color: approx Eternity. HEX triplet: 32, 35 and 28. RGB value is (50,53,40). Sum of RGB (Red+Green+Blue) = 50+53+40=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 53 - color contains mainly: green. Hex color #323528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323528 is #CDCAD7. Grayscale: #323232. Windows color (decimal): -13486808 or 2635058. OLE color: 2635058.

HSL color Cylindrical-coordinate representation of color #323528: hue angle of 73.85º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323528 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB505340-
CMYK0.0600.250.79
HSL73.85º13.98%18.24%-
HSV(B)73.85º24.53%20.78%-
XYZ2.973.382.5-
YUV50.62122.01127.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=34.97%
G=37.06%
B=27.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053400.0600.250.7973.8513.9818.24
Hex32352860194F4ae12
Octal62655060311171121622
Binary11001011010110100011001100110011111001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323528; }

 p { color: rgb(50,53,40); }

 H1.HeaderClassName
 {
   color: #323528;
 }
 .AnyTagClassName
 {
   color: #323528;
 }
</style>
background-color css

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

 a { background-color: rgb(50,53,40); }

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

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

 span { border-color: rgb(50,53,40); }

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