#31503A

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

Shades of Goblin #31503A

Tints of Goblin #31503A

Color information

#31503A (or 0x31503A) is unknown color: approx Goblin. HEX triplet: 31, 50 and 3A. RGB value is (49,80,58). Sum of RGB (Red+Green+Blue) = 49+80+58=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #31503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31503A is #CEAFC5. Grayscale: #444444. Windows color (decimal): -13545414 or 3821617. OLE color: 3821617.

HSL color Cylindrical-coordinate representation of color #31503A: hue angle of 137.42º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #31503A is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB498058-
CMYK0.3900.280.69
HSL137.42º24.03%25.29%-
HSV(B)137.42º38.75%31.37%-
XYZ4.96.75.04-
YUV68.22122.23114.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=26.20%
G=42.78%
B=31.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980580.3900.280.69137.4224.0325.29
Hex31503A2701C45891819
Octal6112072470341052113031
Binary11000110100001110101001110111001000101100010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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