#31493A

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

Shades of Goblin #31493A

Tints of Goblin #31493A

Color information

#31493A (or 0x31493A) is unknown color: approx Goblin. HEX triplet: 31, 49 and 3A. RGB value is (49,73,58). Sum of RGB (Red+Green+Blue) = 49+73+58=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #31493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31493A is #CEB6C5. Grayscale: #404040. Windows color (decimal): -13547206 or 3819825. OLE color: 3819825.

HSL color Cylindrical-coordinate representation of color #31493A: hue angle of 142.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #31493A is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB497358-
CMYK0.3300.210.71
HSL142.5º19.67%23.92%-
HSV(B)142.5º32.88%28.63%-
XYZ4.415.724.88-
YUV64.11124.55117.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 73 (28.91% from 255) = 40.56%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=27.22%
G=40.56%
B=32.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973580.3300.210.71142.519.6723.92
Hex31493A21015478e1418
Octal6111172410251072162430
Binary11000110010011110101000010101011000111100011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,73,58); }

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

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

 a { background-color: rgb(49,73,58); }

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

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

 span { border-color: rgb(49,73,58); }

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