Html Css Color HEX #314B3B Goblin

📋 copy color: '#314B3B'

red 49 ◦ green 75 ◦ blue 59

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

Shades of Goblin #314B3B

Tints of Goblin #314B3B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.98%

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

R = 26.78%
G = 40.98%
B = 32.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#314B3B (or 0x314B3B) is known color: Goblin. HEX triplet: 31, 4B and 3B. RGB value is (49,75,59). Sum of RGB (Red+Green+Blue) = 49+75+59=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #314B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B3B is #CEB4C4. Grayscale: #414141. Windows color (decimal): -13546693 or 3885873. OLE color: 3885873.

HSL color Cylindrical-coordinate representation of color #314B3B: hue angle of 143.08º 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 #314B3B is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 75 59 -
CMYK 0.35 0 0.21 0.71
HSL 143.08º 0.21% 0.24% -
HSV(B) 143.08º 0.35% 0.29% -
XYZ 4.57 6 5.05 -
YUV 65.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 49 75 59 0.35 0 0.21 0.71 143.08 0.21 0.24
Hex 31 4B 3B 23 0 15 47 8F 15 18
Octal 61 113 73 43 0 25 107 217 25 30
Binary 110001 1001011 111011 100011 0 10101 1000111 10001111 10101 11000

Color Harmonies of #314B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B3B

Black with #314B3B

Text Example


Text Example

White with #314B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #314B3B;
 }
 .AnyTagClassName
 {
   color: #314B3B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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