#313626

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

Shades of Eternity #313626

Tints of Eternity #313626

Color information

#313626 (or 0x313626) is unknown color: approx Eternity. HEX triplet: 31, 36 and 26. RGB value is (49,54,38). Sum of RGB (Red+Green+Blue) = 49+54+38=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 54 - color contains mainly: green. Hex color #313626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313626 is #CEC9D9. Grayscale: #323232. Windows color (decimal): -13552090 or 2504241. OLE color: 2504241.

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

Color convert

RGB495438-
CMYK0.0900.300.79
HSL78.75º17.39%18.04%-
HSV(B)78.75º29.63%21.18%-
XYZ2.943.432.34-
YUV50.68120.84126.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=34.75%
G=38.30%
B=26.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4954380.0900.300.7978.7517.3918.04
Hex313626901E4F4f1112
Octal616646110361171172122
Binary1100011101101001101001011110100111110011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313626; }

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

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

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

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

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

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

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

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