#313625

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

Shades of Eternity #313625

Tints of Eternity #313625

Color information

#313625 (or 0x313625) is unknown color: approx Eternity. HEX triplet: 31, 36 and 25. RGB value is (49,54,37). Sum of RGB (Red+Green+Blue) = 49+54+37=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 54 - color contains mainly: green. Hex color #313625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313625 is #CEC9DA. Grayscale: #323232. Windows color (decimal): -13552091 or 2438705. OLE color: 2438705.

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

Color convert

RGB495437-
CMYK0.0900.310.79
HSL77.65º18.68%17.84%-
HSV(B)77.65º31.48%21.18%-
XYZ2.923.422.26-
YUV50.57120.34126.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=35%
G=38.57%
B=26.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4954370.0900.310.7977.6518.6817.84
Hex313625901F4F4e1312
Octal616645110371171162322
Binary1100011101101001011001011111100111110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313625; }

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

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

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

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

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

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

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

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