#31332A

Color #31332A Eternity (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eternity #31332A

Tints of Eternity #31332A

Color information

#31332A (or 0x31332A) is unknown color: approx Eternity. HEX triplet: 31, 33 and 2A. RGB value is (49,51,42). Sum of RGB (Red+Green+Blue) = 49+51+42=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 51 - color contains mainly: green. Hex color #31332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31332A is #CECCD5. Grayscale: #313131. Windows color (decimal): -13552854 or 2765617. OLE color: 2765617.

HSL color Cylindrical-coordinate representation of color #31332A: hue angle of 73.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #31332A is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB495142-
CMYK0.0400.180.8
HSL73.33º9.68%18.24%-
HSV(B)73.33º17.65%20%-
XYZ2.873.192.65-
YUV49.38123.84127.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=34.51%
G=35.92%
B=29.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4951420.0400.180.873.339.6818.24
Hex31332A40125049a12
Octal61635240221201111222
Binary11000111001110101010001001010100001001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31332A; }

 p { color: rgb(49,51,42); }

 H1.HeaderClassName
 {
   color: #31332A;
 }
 .AnyTagClassName
 {
   color: #31332A;
 }
</style>
background-color css

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

 a { background-color: rgb(49,51,42); }

 div.DivClassName
 {
   background-color: #31332A;
 }
 .BgClassName
 {
   background-color: #31332A;
 }
</style>
border-color css

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

 span { border-color: rgb(49,51,42); }

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