#314B39

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

Shades of Goblin #314B39

Tints of Goblin #314B39

Color information

#314B39 (or 0x314B39) is unknown color: approx Goblin. HEX triplet: 31, 4B and 39. RGB value is (49,75,57). Sum of RGB (Red+Green+Blue) = 49+75+57=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #314B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B39 is #CEB4C6. Grayscale: #414141. Windows color (decimal): -13546695 or 3754801. OLE color: 3754801.

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

Color convert

RGB497557-
CMYK0.3500.240.71
HSL138.46º20.97%24.31%-
HSV(B)138.46º34.67%29.41%-
XYZ4.525.984.79-
YUV65.17123.39116.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=27.07%
G=41.44%
B=31.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975570.3500.240.71138.4620.9724.31
Hex314B3923018478a1518
Octal6111371430301072122530
Binary11000110010111110011000110110001000111100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B39; }

 p { color: rgb(49,75,57); }

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

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

 a { background-color: rgb(49,75,57); }

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

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

 span { border-color: rgb(49,75,57); }

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