Html Css Color HEX #313525 Eternity

📋 copy color: '#313525'

red 49 ◦ green 53 ◦ blue 37

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

Shades of Eternity #313525

Tints of Eternity #313525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 35.25%
G = 38.13%
B = 26.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#313525 (or 0x313525) is known color: Eternity. HEX triplet: 31, 35 and 25. RGB value is (49,53,37). Sum of RGB (Red+Green+Blue) = 49+53+37=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 53 - color contains mainly: green. Hex color #313525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313525 is #CECADA. Grayscale: #323232. Windows color (decimal): -13552347 or 2438449. OLE color: 2438449.

HSL color Cylindrical-coordinate representation of color #313525: hue angle of 75º degrees, saturation: 0.18, 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 #313525 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 53 37 -
CMYK 0.08 0 0.30 0.79
HSL 75º 0.18% 0.18% -
HSV(B) 75º 0.3% 0.21% -
XYZ 2.87 3.33 2.24 -
YUV 49.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 49 53 37 0.08 0 0.30 0.79 75 0.18 0.18
Hex 31 35 25 8 0 1E 4F 4B 12 12
Octal 61 65 45 10 0 36 117 113 22 22
Binary 110001 110101 100101 1000 0 11110 1001111 1001011 10010 10010

Color Harmonies of #313525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313525

Black with #313525

Text Example


Text Example

White with #313525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313525; }

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

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

background-color css

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

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

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

border-color css

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

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

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