#313426

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

Shades of Eternity #313426

Tints of Eternity #313426

Color information

#313426 (or 0x313426) is unknown color: approx Eternity. HEX triplet: 31, 34 and 26. RGB value is (49,52,38). Sum of RGB (Red+Green+Blue) = 49+52+38=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #313426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313426 is #CECBD9. Grayscale: #313131. Windows color (decimal): -13552602 or 2503729. OLE color: 2503729.

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

Color convert

RGB495238-
CMYK0.0600.270.80
HSL72.86º15.56%17.65%-
HSV(B)72.86º26.92%20.39%-
XYZ2.843.252.31-
YUV49.51121.51127.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=35.25%
G=37.41%
B=27.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952380.0600.270.8072.8615.5617.65
Hex313426601B50491012
Octal61644660331201112022
Binary110001110100100110110011011101000010010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313426; }

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

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

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

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

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

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

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

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