Html Css Color HEX #313628 Eternity

📋 copy color: '#313628'

red 49 ◦ green 54 ◦ blue 40

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

Shades of Eternity #313628

Tints of Eternity #313628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.97%

R = 34.27%
G = 37.76%
B = 27.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#313628 (or 0x313628) is known color: Eternity. HEX triplet: 31, 36 and 28. RGB value is (49,54,40). Sum of RGB (Red+Green+Blue) = 49+54+40=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 54 - color contains mainly: green. Hex color #313628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313628 is #CEC9D7. Grayscale: #323232. Windows color (decimal): -13552088 or 2635313. OLE color: 2635313.

HSL color Cylindrical-coordinate representation of color #313628: hue angle of 81.43º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313628 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 54 40 -
CMYK 0.09 0 0.26 0.79
HSL 81.43º 0.15% 0.18% -
HSV(B) 81.43º 0.26% 0.21% -
XYZ 2.97 3.44 2.52 -
YUV 50.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 49 54 40 0.09 0 0.26 0.79 81.43 0.15 0.18
Hex 31 36 28 9 0 1A 4F 51 F 12
Octal 61 66 50 11 0 32 117 121 17 22
Binary 110001 110110 101000 1001 0 11010 1001111 1010001 1111 10010

Color Harmonies of #313628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313628

Black with #313628

Text Example


Text Example

White with #313628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313628; }

 p { color: rgb(49,54,40); }

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

background-color css

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

 a { background-color: rgb(49,54,40); }

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

border-color css

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

 span { border-color: rgb(49,54,40); }

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