Html Css Color HEX #3F5043 Goblin

📋 copy color: '#3F5043'

red 63 ◦ green 80 ◦ blue 67

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

Shades of Goblin #3F5043

Tints of Goblin #3F5043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 30%
G = 38.1%
B = 31.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#3F5043 (or 0x3F5043) is known color: Goblin. HEX triplet: 3F, 50 and 43. RGB value is (63,80,67). Sum of RGB (Red+Green+Blue) = 63+80+67=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5043 is #C0AFBC. Grayscale: #494949. Windows color (decimal): -12627901 or 4411455. OLE color: 4411455.

HSL color Cylindrical-coordinate representation of color #3F5043: hue angle of 134.12º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F5043 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 80 67 -
CMYK 0.21 0 0.16 0.69
HSL 134.12º 0.12% 0.28% -
HSV(B) 134.12º 0.21% 0.31% -
XYZ 5.93 7.2 6.39 -
YUV 73.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 63 80 67 0.21 0 0.16 0.69 134.12 0.12 0.28
Hex 3F 50 43 15 0 10 45 86 C 1C
Octal 77 120 103 25 0 20 105 206 14 34
Binary 111111 1010000 1000011 10101 0 10000 1000101 10000110 1100 11100

Color Harmonies of #3F5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5043

Black with #3F5043

Text Example


Text Example

White with #3F5043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,67); }

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

background-color css

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

 a { background-color: rgb(63,80,67); }

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

border-color css

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

 span { border-color: rgb(63,80,67); }

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