Html Css Color HEX #3F404F Payne's Grey

📋 copy color: '#3F404F'

red 63 ◦ green 64 ◦ blue 79

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

Shades of Payne's Grey #3F404F

Tints of Payne's Grey #3F404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 30.58%
G = 31.07%
B = 38.35%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F404F (or 0x3F404F) is known color: Payne's Grey. HEX triplet: 3F, 40 and 4F. RGB value is (63,64,79). Sum of RGB (Red+Green+Blue) = 63+64+79=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F404F is #C0BFB0. Grayscale: #414141. Windows color (decimal): -12631985 or 5193791. OLE color: 5193791.

HSL color Cylindrical-coordinate representation of color #3F404F: hue angle of 236.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F404F is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 64 79 -
CMYK 0.20 0.19 0 0.69
HSL 236.25º 0.11% 0.28% -
HSV(B) 236.25º 0.2% 0.31% -
XYZ 5.29 5.29 8.14 -
YUV 65.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 63 64 79 0.20 0.19 0 0.69 236.25 0.11 0.28
Hex 3F 40 4F 14 13 0 45 EC B 1C
Octal 77 100 117 24 23 0 105 354 13 34
Binary 111111 1000000 1001111 10100 10011 0 1000101 11101100 1011 11100

Color Harmonies of #3F404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F404F

Black with #3F404F

Text Example


Text Example

White with #3F404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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