Html Css Color HEX #323525 Eternity

📋 copy color: '#323525'

red 50 ◦ green 53 ◦ blue 37

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

Shades of Eternity #323525

Tints of Eternity #323525

RGB

 RED value IS 50 (19.92% from 255) = 35.71%

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

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

R = 35.71%
G = 37.86%
B = 26.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#323525 (or 0x323525) is known color: Eternity. HEX triplet: 32, 35 and 25. RGB value is (50,53,37). Sum of RGB (Red+Green+Blue) = 50+53+37=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #323525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323525 is #CDCADA. Grayscale: #323232. Windows color (decimal): -13486811 or 2438450. OLE color: 2438450.

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

Color convert

RGB 50 53 37 -
CMYK 0.06 0 0.30 0.79
HSL 71.25º 0.18% 0.18% -
HSV(B) 71.25º 0.3% 0.21% -
XYZ 2.92 3.36 2.24 -
YUV 50.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 50 53 37 0.06 0 0.30 0.79 71.25 0.18 0.18
Hex 32 35 25 6 0 1E 4F 47 12 12
Octal 62 65 45 6 0 36 117 107 22 22
Binary 110010 110101 100101 110 0 11110 1001111 1000111 10010 10010

Color Harmonies of #323525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323525

Black with #323525

Text Example


Text Example

White with #323525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323525; }

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

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

background-color css

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

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

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

border-color css

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

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

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