#313429

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

Shades of Eternity #313429

Tints of Eternity #313429

Color information

#313429 (or 0x313429) is unknown color: approx Eternity. HEX triplet: 31, 34 and 29. RGB value is (49,52,41). Sum of RGB (Red+Green+Blue) = 49+52+41=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #313429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313429 is #CECBD6. Grayscale: #313131. Windows color (decimal): -13552599 or 2700337. OLE color: 2700337.

HSL color Cylindrical-coordinate representation of color #313429: hue angle of 76.36º 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 #313429 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB495241-
CMYK0.0600.210.80
HSL76.36º11.83%18.24%-
HSV(B)76.36º21.15%20.39%-
XYZ2.893.272.58-
YUV49.85123.01127.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=34.51%
G=36.62%
B=28.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952410.0600.210.8076.3611.8318.24
Hex3134296015504cc12
Octal61645160251201141422
Binary11000111010010100111001010110100001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313429; }

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

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

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

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

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

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

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

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