Html Css Color HEX #313428 Eternity

📋 copy color: '#313428'

red 49 ◦ green 52 ◦ blue 40

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

Shades of Eternity #313428

Tints of Eternity #313428

RGB

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

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

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

R = 34.75%
G = 36.88%
B = 28.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#313428 (or 0x313428) is known color: Eternity. HEX triplet: 31, 34 and 28. RGB value is (49,52,40). Sum of RGB (Red+Green+Blue) = 49+52+40=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #313428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313428 is #CECBD7. Grayscale: #313131. Windows color (decimal): -13552600 or 2634801. OLE color: 2634801.

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

Color convert

RGB 49 52 40 -
CMYK 0.06 0 0.23 0.80
HSL 75º 0.13% 0.18% -
HSV(B) 75º 0.23% 0.2% -
XYZ 2.88 3.26 2.49 -
YUV 49.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 49 52 40 0.06 0 0.23 0.80 75 0.13 0.18
Hex 31 34 28 6 0 17 50 4B D 12
Octal 61 64 50 6 0 27 120 113 15 22
Binary 110001 110100 101000 110 0 10111 1010000 1001011 1101 10010

Color Harmonies of #313428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313428

Black with #313428

Text Example


Text Example

White with #313428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313428; }

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

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

background-color css

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

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

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

border-color css

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

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

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