Html Css Color HEX #3F4641 Goblin

📋 copy color: '#3F4641'

red 63 ◦ green 70 ◦ blue 65

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

Shades of Goblin #3F4641

Tints of Goblin #3F4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 31.82%
G = 35.35%
B = 32.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#3F4641 (or 0x3F4641) is known color: Goblin. HEX triplet: 3F, 46 and 41. RGB value is (63,70,65). Sum of RGB (Red+Green+Blue) = 63+70+65=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4641 is #C0B9BE. Grayscale: #434343. Windows color (decimal): -12630463 or 4277823. OLE color: 4277823.

HSL color Cylindrical-coordinate representation of color #3F4641: hue angle of 137.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F4641 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 70 65 -
CMYK 0.10 0 0.07 0.73
HSL 137.14º 0.05% 0.26% -
HSV(B) 137.14º 0.1% 0.27% -
XYZ 5.19 5.82 5.85 -
YUV 67.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 63 70 65 0.10 0 0.07 0.73 137.14 0.05 0.26
Hex 3F 46 41 A 0 7 49 89 5 1A
Octal 77 106 101 12 0 7 111 211 5 32
Binary 111111 1000110 1000001 1010 0 111 1001001 10001001 101 11010

Color Harmonies of #3F4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4641

Black with #3F4641

Text Example


Text Example

White with #3F4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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