Html Css Color HEX #31503B Goblin

📋 copy color: '#31503B'

red 49 ◦ green 80 ◦ blue 59

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

Shades of Goblin #31503B

Tints of Goblin #31503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.38%

R = 26.06%
G = 42.55%
B = 31.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#31503B (or 0x31503B) is known color: Goblin. HEX triplet: 31, 50 and 3B. RGB value is (49,80,59). Sum of RGB (Red+Green+Blue) = 49+80+59=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #31503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31503B is #CEAFC4. Grayscale: #444444. Windows color (decimal): -13545413 or 3887153. OLE color: 3887153.

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

Color convert

RGB 49 80 59 -
CMYK 0.39 0 0.26 0.69
HSL 139.35º 0.24% 0.25% -
HSV(B) 139.35º 0.39% 0.31% -
XYZ 4.92 6.71 5.17 -
YUV 68.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 49 80 59 0.39 0 0.26 0.69 139.35 0.24 0.25
Hex 31 50 3B 27 0 1A 45 8B 18 19
Octal 61 120 73 47 0 32 105 213 30 31
Binary 110001 1010000 111011 100111 0 11010 1000101 10001011 11000 11001

Color Harmonies of #31503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31503B

Black with #31503B

Text Example


Text Example

White with #31503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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