Html Css Color HEX #3F4942 Goblin

📋 copy color: '#3F4942'

red 63 ◦ green 73 ◦ blue 66

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

Shades of Goblin #3F4942

Tints of Goblin #3F4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 31.19%
G = 36.14%
B = 32.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#3F4942 (or 0x3F4942) is known color: Goblin. HEX triplet: 3F, 49 and 42. RGB value is (63,73,66). Sum of RGB (Red+Green+Blue) = 63+73+66=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4942 is #C0B6BD. Grayscale: #454545. Windows color (decimal): -12629694 or 4344127. OLE color: 4344127.

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

Color convert

RGB 63 73 66 -
CMYK 0.14 0 0.10 0.71
HSL 138º 0.07% 0.27% -
HSV(B) 138º 0.14% 0.29% -
XYZ 5.42 6.22 6.07 -
YUV 69.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 63 73 66 0.14 0 0.10 0.71 138 0.07 0.27
Hex 3F 49 42 E 0 A 47 8A 7 1B
Octal 77 111 102 16 0 12 107 212 7 33
Binary 111111 1001001 1000010 1110 0 1010 1000111 10001010 111 11011

Color Harmonies of #3F4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4942

Black with #3F4942

Text Example


Text Example

White with #3F4942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,66); }

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

background-color css

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

 a { background-color: rgb(63,73,66); }

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

border-color css

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

 span { border-color: rgb(63,73,66); }

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