#414350

Color #414350 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #414350

Tints of Payne's Grey #414350

Color information

#414350 (or 0x414350) is unknown color: approx Payne's Grey. HEX triplet: 41, 43 and 50. RGB value is (65,67,80). Sum of RGB (Red+Green+Blue) = 65+67+80=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #414350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414350 is #BEBCAF. Grayscale: #434343. Windows color (decimal): -12500144 or 5260097. OLE color: 5260097.

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

Color convert

RGB656780-
CMYK0.190.1600.69
HSL232º10.34%28.43%-
HSV(B)232º18.75%31.37%-
XYZ5.645.728.4-
YUV67.88134.84125.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=30.66%
G=31.60%
B=37.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6567800.190.1600.6923210.3428.43
Hex4143501310045e8a1c
Octal101103120232001053501234
Binary10000011000011101000010011100000100010111101000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414350; }

 p { color: rgb(65,67,80); }

 H1.HeaderClassName
 {
   color: #414350;
 }
 .AnyTagClassName
 {
   color: #414350;
 }
</style>
background-color css

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

 a { background-color: rgb(65,67,80); }

 div.DivClassName
 {
   background-color: #414350;
 }
 .BgClassName
 {
   background-color: #414350;
 }
</style>
border-color css

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

 span { border-color: rgb(65,67,80); }

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