Html Css Color HEX #3F4A41 Goblin

📋 copy color: '#3F4A41'

red 63 ◦ green 74 ◦ blue 65

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

Shades of Goblin #3F4A41

Tints of Goblin #3F4A41

RGB

 RED value IS 63 (25% from 255) = 31.19%

 GREEN value IS 74 (29.3% from 255) = 36.63%

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 31.19%
G = 36.63%
B = 32.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#3F4A41 (or 0x3F4A41) is known color: Goblin. HEX triplet: 3F, 4A and 41. RGB value is (63,74,65). Sum of RGB (Red+Green+Blue) = 63+74+65=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A41 is #C0B5BE. Grayscale: #454545. Windows color (decimal): -12629439 or 4278847. OLE color: 4278847.

HSL color Cylindrical-coordinate representation of color #3F4A41: hue angle of 130.91º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F4A41 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 74 65 -
CMYK 0.15 0 0.12 0.71
HSL 130.91º 0.08% 0.27% -
HSV(B) 130.91º 0.15% 0.29% -
XYZ 5.45 6.34 5.94 -
YUV 69.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 63 74 65 0.15 0 0.12 0.71 130.91 0.08 0.27
Hex 3F 4A 41 F 0 C 47 83 8 1B
Octal 77 112 101 17 0 14 107 203 10 33
Binary 111111 1001010 1000001 1111 0 1100 1000111 10000011 1000 11011

Color Harmonies of #3F4A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A41

Black with #3F4A41

Text Example


Text Example

White with #3F4A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F4A41; }

 p { color: rgb(63,74,65); }

 H1.HeaderClassName
 {
   color: #3F4A41;
 }
 .AnyTagClassName
 {
   color: #3F4A41;
 }
</style>

background-color css

<style>
 a { background-color: #3F4A41; }

 a { background-color: rgb(63,74,65); }

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

border-color css

<style>
 span { border-color: #3F4A41; }

 span { border-color: rgb(63,74,65); }

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