Html Css Color HEX #3F404A Payne's Grey

📋 copy color: '#3F404A'

red 63 ◦ green 64 ◦ blue 74

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

Shades of Payne's Grey #3F404A

Tints of Payne's Grey #3F404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.82%

R = 31.34%
G = 31.84%
B = 36.82%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F404A (or 0x3F404A) is known color: Payne's Grey. HEX triplet: 3F, 40 and 4A. RGB value is (63,64,74). Sum of RGB (Red+Green+Blue) = 63+64+74=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F404A is #C0BFB5. Grayscale: #404040. Windows color (decimal): -12631990 or 4866111. OLE color: 4866111.

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

Color convert

RGB 63 64 74 -
CMYK 0.15 0.14 0 0.71
HSL 234.55º 0.08% 0.27% -
HSV(B) 234.55º 0.15% 0.29% -
XYZ 5.12 5.22 7.22 -
YUV 64.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 63 64 74 0.15 0.14 0 0.71 234.55 0.08 0.27
Hex 3F 40 4A F E 0 47 EB 8 1B
Octal 77 100 112 17 16 0 107 353 10 33
Binary 111111 1000000 1001010 1111 1110 0 1000111 11101011 1000 11011

Color Harmonies of #3F404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F404A

Black with #3F404A

Text Example


Text Example

White with #3F404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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