Html Css Color HEX #3F3D49 Grape

📋 copy color: '#3F3D49'

red 63 ◦ green 61 ◦ blue 73

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

Shades of Grape #3F3D49

Tints of Grape #3F3D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 31.98%
G = 30.96%
B = 37.06%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F3D49 (or 0x3F3D49) is known color: Grape. HEX triplet: 3F, 3D and 49. RGB value is (63,61,73). Sum of RGB (Red+Green+Blue) = 63+61+73=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F3D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D49 is #C0C2B6. Grayscale: #3E3E3E. Windows color (decimal): -12632759 or 4799807. OLE color: 4799807.

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

Color convert

RGB 63 61 73 -
CMYK 0.14 0.16 0 0.71
HSL 250º 0.09% 0.26% -
HSV(B) 250º 0.16% 0.29% -
XYZ 4.92 4.88 6.98 -
YUV 62.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 63 61 73 0.14 0.16 0 0.71 250 0.09 0.26
Hex 3F 3D 49 E 10 0 47 FA 9 1A
Octal 77 75 111 16 20 0 107 372 11 32
Binary 111111 111101 1001001 1110 10000 0 1000111 11111010 1001 11010

Color Harmonies of #3F3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3D49

Black with #3F3D49

Text Example


Text Example

White with #3F3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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