Html Css Color HEX #3F4051 Payne's Grey

📋 copy color: '#3F4051'

red 63 ◦ green 64 ◦ blue 81

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

Shades of Payne's Grey #3F4051

Tints of Payne's Grey #3F4051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.94%

R = 30.29%
G = 30.77%
B = 38.94%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F4051 (or 0x3F4051) is known color: Payne's Grey. HEX triplet: 3F, 40 and 51. RGB value is (63,64,81). Sum of RGB (Red+Green+Blue) = 63+64+81=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F4051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4051 is #C0BFAE. Grayscale: #414141. Windows color (decimal): -12631983 or 5324863. OLE color: 5324863.

HSL color Cylindrical-coordinate representation of color #3F4051: hue angle of 236.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F4051 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 64 81 -
CMYK 0.22 0.21 0 0.68
HSL 236.67º 0.13% 0.28% -
HSV(B) 236.67º 0.22% 0.32% -
XYZ 5.37 5.32 8.53 -
YUV 65.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 63 64 81 0.22 0.21 0 0.68 236.67 0.13 0.28
Hex 3F 40 51 16 15 0 44 ED C 1C
Octal 77 100 121 26 25 0 104 355 14 34
Binary 111111 1000000 1010001 10110 10101 0 1000100 11101101 1100 11100

Color Harmonies of #3F4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4051

Black with #3F4051

Text Example


Text Example

White with #3F4051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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