#31332B

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

Shades of Eternity #31332B

Tints of Eternity #31332B

Color information

#31332B (or 0x31332B) is unknown color: approx Eternity. HEX triplet: 31, 33 and 2B. RGB value is (49,51,43). Sum of RGB (Red+Green+Blue) = 49+51+43=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 51 - color contains mainly: green. Hex color #31332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31332B is #CECCD4. Grayscale: #313131. Windows color (decimal): -13552853 or 2831153. OLE color: 2831153.

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

Color convert

RGB495143-
CMYK0.0400.160.8
HSL75º8.51%18.43%-
HSV(B)75º15.69%20%-
XYZ2.893.22.75-
YUV49.49124.34127.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=34.27%
G=35.66%
B=30.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4951430.0400.160.8758.5118.43
Hex31332B4010504b912
Octal61635340201201131122
Binary11000111001110101110001000010100001001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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