Html Css Color HEX #3F4049 Payne's Grey

📋 copy color: '#3F4049'

red 63 ◦ green 64 ◦ blue 73

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

Shades of Payne's Grey #3F4049

Tints of Payne's Grey #3F4049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

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

R = 31.5%
G = 32%
B = 36.5%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F4049 (or 0x3F4049) is known color: Payne's Grey. HEX triplet: 3F, 40 and 49. RGB value is (63,64,73). Sum of RGB (Red+Green+Blue) = 63+64+73=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F4049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4049 is #C0BFB6. Grayscale: #404040. Windows color (decimal): -12631991 or 4800575. OLE color: 4800575.

HSL color Cylindrical-coordinate representation of color #3F4049: hue angle of 234º 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 #3F4049 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 64 73 -
CMYK 0.14 0.12 0 0.71
HSL 234º 0.07% 0.27% -
HSV(B) 234º 0.14% 0.29% -
XYZ 5.09 5.2 7.04 -
YUV 64.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 63 64 73 0.14 0.12 0 0.71 234 0.07 0.27
Hex 3F 40 49 E C 0 47 EA 7 1B
Octal 77 100 111 16 14 0 107 352 7 33
Binary 111111 1000000 1001001 1110 1100 0 1000111 11101010 111 11011

Color Harmonies of #3F4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4049

Black with #3F4049

Text Example


Text Example

White with #3F4049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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