Html Css Color HEX #313726 Eternity

📋 copy color: '#313726'

red 49 ◦ green 55 ◦ blue 38

#313726
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eternity #313726

Tints of Eternity #313726

RGB

 RED value IS 49 (19.53% from 255) = 34.51%

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 38 (15.23% from 255) = 26.76%

R = 34.51%
G = 38.73%
B = 26.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#313726 (or 0x313726) is known color: Eternity. HEX triplet: 31, 37 and 26. RGB value is (49,55,38). Sum of RGB (Red+Green+Blue) = 49+55+38=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 55 - color contains mainly: green. Hex color #313726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313726 is #CEC8D9. Grayscale: #333333. Windows color (decimal): -13551834 or 2504497. OLE color: 2504497.

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

Color convert

RGB 49 55 38 -
CMYK 0.11 0 0.31 0.78
HSL 81.18º 0.18% 0.18% -
HSV(B) 81.18º 0.31% 0.22% -
XYZ 2.98 3.53 2.36 -
YUV 51.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 49 55 38 0.11 0 0.31 0.78 81.18 0.18 0.18
Hex 31 37 26 B 0 1F 4E 51 12 12
Octal 61 67 46 13 0 37 116 121 22 22
Binary 110001 110111 100110 1011 0 11111 1001110 1010001 10010 10010

Color Harmonies of #313726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313726

Black with #313726

Text Example


Text Example

White with #313726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313726; }

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

 H1.HeaderClassName
 {
   color: #313726;
 }
 .AnyTagClassName
 {
   color: #313726;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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