Html Css Color HEX #313528 Eternity

📋 copy color: '#313528'

red 49 ◦ green 53 ◦ blue 40

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

Shades of Eternity #313528

Tints of Eternity #313528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

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

R = 34.51%
G = 37.32%
B = 28.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#313528 (or 0x313528) is known color: Eternity. HEX triplet: 31, 35 and 28. RGB value is (49,53,40). Sum of RGB (Red+Green+Blue) = 49+53+40=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 53 - color contains mainly: green. Hex color #313528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313528 is #CECAD7. Grayscale: #323232. Windows color (decimal): -13552344 or 2635057. OLE color: 2635057.

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

Color convert

RGB 49 53 40 -
CMYK 0.08 0 0.25 0.79
HSL 78.46º 0.14% 0.18% -
HSV(B) 78.46º 0.25% 0.21% -
XYZ 2.92 3.35 2.5 -
YUV 50.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 49 53 40 0.08 0 0.25 0.79 78.46 0.14 0.18
Hex 31 35 28 8 0 19 4F 4E E 12
Octal 61 65 50 10 0 31 117 116 16 22
Binary 110001 110101 101000 1000 0 11001 1001111 1001110 1110 10010

Color Harmonies of #313528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313528

Black with #313528

Text Example


Text Example

White with #313528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313528; }

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

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

background-color css

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

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

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

border-color css

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

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

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