Html Css Color HEX #313426 Eternity

📋 copy color: '#313426'

red 49 ◦ green 52 ◦ blue 38

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

Shades of Eternity #313426

Tints of Eternity #313426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.41%

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

R = 35.25%
G = 37.41%
B = 27.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#313426 (or 0x313426) is known color: Eternity. HEX triplet: 31, 34 and 26. RGB value is (49,52,38). Sum of RGB (Red+Green+Blue) = 49+52+38=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #313426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313426 is #CECBD9. Grayscale: #313131. Windows color (decimal): -13552602 or 2503729. OLE color: 2503729.

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

Color convert

RGB 49 52 38 -
CMYK 0.06 0 0.27 0.80
HSL 72.86º 0.16% 0.18% -
HSV(B) 72.86º 0.27% 0.2% -
XYZ 2.84 3.25 2.31 -
YUV 49.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 49 52 38 0.06 0 0.27 0.80 72.86 0.16 0.18
Hex 31 34 26 6 0 1B 50 49 10 12
Octal 61 64 46 6 0 33 120 111 20 22
Binary 110001 110100 100110 110 0 11011 1010000 1001001 10000 10010

Color Harmonies of #313426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313426

Black with #313426

Text Example


Text Example

White with #313426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313426; }

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

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

background-color css

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

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

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

border-color css

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

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

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