Html Css Color HEX #31513F Goblin

📋 copy color: '#31513F'

red 49 ◦ green 81 ◦ blue 63

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

Shades of Goblin #31513F

Tints of Goblin #31513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.97%

 BLUE value IS 63 (25% from 255) = 32.64%

R = 25.39%
G = 41.97%
B = 32.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#31513F (or 0x31513F) is known color: Goblin. HEX triplet: 31, 51 and 3F. RGB value is (49,81,63). Sum of RGB (Red+Green+Blue) = 49+81+63=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #31513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31513F is #CEAEC0. Grayscale: #454545. Windows color (decimal): -13545153 or 4149553. OLE color: 4149553.

HSL color Cylindrical-coordinate representation of color #31513F: hue angle of 146.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31513F is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 63 -
CMYK 0.40 0 0.22 0.68
HSL 146.25º 0.25% 0.25% -
HSV(B) 146.25º 0.4% 0.32% -
XYZ 5.11 6.9 5.76 -
YUV 69.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 49 81 63 0.40 0 0.22 0.68 146.25 0.25 0.25
Hex 31 51 3F 28 0 16 44 92 19 19
Octal 61 121 77 50 0 26 104 222 31 31
Binary 110001 1010001 111111 101000 0 10110 1000100 10010010 11001 11001

Color Harmonies of #31513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31513F

Black with #31513F

Text Example


Text Example

White with #31513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31513F; }

 p { color: rgb(49,81,63); }

 H1.HeaderClassName
 {
   color: #31513F;
 }
 .AnyTagClassName
 {
   color: #31513F;
 }
</style>

background-color css

<style>
 a { background-color: #31513F; }

 a { background-color: rgb(49,81,63); }

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

border-color css

<style>
 span { border-color: #31513F; }

 span { border-color: rgb(49,81,63); }

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