#313425

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

Shades of Eternity #313425

Tints of Eternity #313425

Color information

#313425 (or 0x313425) is unknown color: approx Eternity. HEX triplet: 31, 34 and 25. RGB value is (49,52,37). Sum of RGB (Red+Green+Blue) = 49+52+37=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #313425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313425 is #CECBDA. Grayscale: #313131. Windows color (decimal): -13552603 or 2438193. OLE color: 2438193.

HSL color Cylindrical-coordinate representation of color #313425: hue angle of 72º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313425 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB495237-
CMYK0.0600.290.80
HSL72º16.85%17.45%-
HSV(B)72º28.85%20.39%-
XYZ2.833.242.23-
YUV49.39121.01127.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=35.51%
G=37.68%
B=26.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952370.0600.290.807216.8517.45
Hex313425601D50481111
Octal61644560351201102121
Binary110001110100100101110011101101000010010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313425; }

 p { color: rgb(49,52,37); }

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

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

 a { background-color: rgb(49,52,37); }

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

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

 span { border-color: rgb(49,52,37); }

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