Html Css Color HEX #3F3C49 Grape

📋 copy color: '#3F3C49'

red 63 ◦ green 60 ◦ blue 73

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

Shades of Grape #3F3C49

Tints of Grape #3F3C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.61%

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

R = 32.14%
G = 30.61%
B = 37.24%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F3C49 (or 0x3F3C49) is known color: Grape. HEX triplet: 3F, 3C and 49. RGB value is (63,60,73). Sum of RGB (Red+Green+Blue) = 63+60+73=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F3C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C49 is #C0C3B6. Grayscale: #3E3E3E. Windows color (decimal): -12633015 or 4799551. OLE color: 4799551.

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

Color convert

RGB 63 60 73 -
CMYK 0.14 0.18 0 0.71
HSL 253.85º 0.1% 0.26% -
HSV(B) 253.85º 0.18% 0.29% -
XYZ 4.87 4.77 6.97 -
YUV 62.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 63 60 73 0.14 0.18 0 0.71 253.85 0.1 0.26
Hex 3F 3C 49 E 12 0 47 FE A 1A
Octal 77 74 111 16 22 0 107 376 12 32
Binary 111111 111100 1001001 1110 10010 0 1000111 11111110 1010 11010

Color Harmonies of #3F3C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3C49

Black with #3F3C49

Text Example


Text Example

White with #3F3C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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