Html Css Color HEX #3F4048 Payne's Grey

📋 copy color: '#3F4048'

red 63 ◦ green 64 ◦ blue 72

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

Shades of Payne's Grey #3F4048

Tints of Payne's Grey #3F4048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 31.66%
G = 32.16%
B = 36.18%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F4048 (or 0x3F4048) is known color: Payne's Grey. HEX triplet: 3F, 40 and 48. RGB value is (63,64,72). Sum of RGB (Red+Green+Blue) = 63+64+72=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F4048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4048 is #C0BFB7. Grayscale: #404040. Windows color (decimal): -12631992 or 4735039. OLE color: 4735039.

HSL color Cylindrical-coordinate representation of color #3F4048: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F4048 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 64 72 -
CMYK 0.12 0.11 0 0.72
HSL 233.33º 0.07% 0.26% -
HSV(B) 233.33º 0.13% 0.28% -
XYZ 5.05 5.19 6.87 -
YUV 64.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 63 64 72 0.12 0.11 0 0.72 233.33 0.07 0.26
Hex 3F 40 48 C B 0 48 E9 7 1A
Octal 77 100 110 14 13 0 110 351 7 32
Binary 111111 1000000 1001000 1100 1011 0 1001000 11101001 111 11010

Color Harmonies of #3F4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4048

Black with #3F4048

Text Example


Text Example

White with #3F4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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