#313427

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

Shades of Eternity #313427

Tints of Eternity #313427

Color information

#313427 (or 0x313427) is unknown color: approx Eternity. HEX triplet: 31, 34 and 27. RGB value is (49,52,39). Sum of RGB (Red+Green+Blue) = 49+52+39=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 52 - color contains mainly: green. Hex color #313427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313427 is #CECBD8. Grayscale: #313131. Windows color (decimal): -13552601 or 2569265. OLE color: 2569265.

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

Color convert

RGB495239-
CMYK0.0600.250.80
HSL73.85º14.29%17.84%-
HSV(B)73.85º25%20.39%-
XYZ2.863.262.4-
YUV49.62122.01127.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=35%
G=37.14%
B=27.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952390.0600.250.8073.8514.2917.84
Hex3134276019504ae12
Octal61644760311201121622
Binary11000111010010011111001100110100001001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313427; }

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

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

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

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

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

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

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

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