Html Css Color HEX #31503C Goblin

📋 copy color: '#31503C'

red 49 ◦ green 80 ◦ blue 60

#31503C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #31503C

Tints of Goblin #31503C

RGB

 RED value IS 49 (19.53% from 255) = 25.93%

 GREEN value IS 80 (31.64% from 255) = 42.33%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 25.93%
G = 42.33%
B = 31.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#31503C (or 0x31503C) is known color: Goblin. HEX triplet: 31, 50 and 3C. RGB value is (49,80,60). Sum of RGB (Red+Green+Blue) = 49+80+60=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #31503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31503C is #CEAFC3. Grayscale: #444444. Windows color (decimal): -13545412 or 3952689. OLE color: 3952689.

HSL color Cylindrical-coordinate representation of color #31503C: hue angle of 141.29º 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 #31503C is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 60 -
CMYK 0.39 0 0.25 0.69
HSL 141.29º 0.24% 0.25% -
HSV(B) 141.29º 0.39% 0.31% -
XYZ 4.95 6.72 5.31 -
YUV 68.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 49 80 60 0.39 0 0.25 0.69 141.29 0.24 0.25
Hex 31 50 3C 27 0 19 45 8D 18 19
Octal 61 120 74 47 0 31 105 215 30 31
Binary 110001 1010000 111100 100111 0 11001 1000101 10001101 11000 11001

Color Harmonies of #31503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31503C

Black with #31503C

Text Example


Text Example

White with #31503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31503C;
 }
 .AnyTagClassName
 {
   color: #31503C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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