#323825

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

Shades of Eternity #323825

Tints of Eternity #323825

Color information

#323825 (or 0x323825) is unknown color: approx Eternity. HEX triplet: 32, 38 and 25. RGB value is (50,56,37). Sum of RGB (Red+Green+Blue) = 50+56+37=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #323825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323825 is #CDC7DA. Grayscale: #343434. Windows color (decimal): -13486043 or 2439218. OLE color: 2439218.

HSL color Cylindrical-coordinate representation of color #323825: hue angle of 78.95º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #323825 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB505637-
CMYK0.1100.340.78
HSL78.95º20.43%18.24%-
HSV(B)78.95º33.93%21.96%-
XYZ3.063.642.29-
YUV52.04119.51126.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=34.97%
G=39.16%
B=25.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056370.1100.340.7878.9520.4318.24
Hex323825B0224E4f1412
Octal627045130421161172422
Binary11001011100010010110110100010100111010011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323825; }

 p { color: rgb(50,56,37); }

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

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

 a { background-color: rgb(50,56,37); }

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

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

 span { border-color: rgb(50,56,37); }

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