Html Css Color HEX #313626 Eternity

📋 copy color: '#313626'

red 49 ◦ green 54 ◦ blue 38

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

Shades of Eternity #313626

Tints of Eternity #313626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.3%

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

R = 34.75%
G = 38.3%
B = 26.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#313626 (or 0x313626) is known color: 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

RGB 49 54 38 -
CMYK 0.09 0 0.30 0.79
HSL 78.75º 0.17% 0.18% -
HSV(B) 78.75º 0.3% 0.21% -
XYZ 2.94 3.43 2.34 -
YUV 50.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 49 54 38 0.09 0 0.30 0.79 78.75 0.17 0.18
Hex 31 36 26 9 0 1E 4F 4F 11 12
Octal 61 66 46 11 0 36 117 117 21 22
Binary 110001 110110 100110 1001 0 11110 1001111 1001111 10001 10010

Color Harmonies of #313626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313626

Black with #313626

Text Example


Text Example

White with #313626

Text Example


Text Example

HTML Codes & Css Web 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>