#313823

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

Shades of Eternity #313823

Tints of Eternity #313823

Color information

#313823 (or 0x313823) is unknown color: approx Eternity. HEX triplet: 31, 38 and 23. RGB value is (49,56,35). Sum of RGB (Red+Green+Blue) = 49+56+35=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #313823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313823 is #CEC7DC. Grayscale: #333333. Windows color (decimal): -13551581 or 2308145. OLE color: 2308145.

HSL color Cylindrical-coordinate representation of color #313823: hue angle of 80º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #313823 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB495635-
CMYK0.1200.370.78
HSL80º23.08%17.84%-
HSV(B)80º37.5%21.96%-
XYZ2.983.62.13-
YUV51.51118.68126.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 35 (14.06% from 255) = 25%
R=35%
G=40%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956350.1200.370.788023.0817.84
Hex313823C0254E501712
Octal617043140451161202722
Binary11000111100010001111000100101100111010100001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313823; }

 p { color: rgb(49,56,35); }

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

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

 a { background-color: rgb(49,56,35); }

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

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

 span { border-color: rgb(49,56,35); }

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