#434350

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

Shades of Payne's Grey #434350

Tints of Payne's Grey #434350

Color information

#434350 (or 0x434350) is unknown color: approx Payne's Grey. HEX triplet: 43, 43 and 50. RGB value is (67,67,80). Sum of RGB (Red+Green+Blue) = 67+67+80=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #434350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434350 is #BCBCAF. Grayscale: #444444. Windows color (decimal): -12369072 or 5260099. OLE color: 5260099.

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

Color convert

RGB676780-
CMYK0.160.1600.69
HSL240º8.84%28.82%-
HSV(B)240º16.25%31.37%-
XYZ5.775.798.4-
YUV68.48134.5126.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=31.31%
G=31.31%
B=37.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6767800.160.1600.692408.8428.82
Hex4343501010045f091d
Octal103103120202001053601135
Binary10000111000011101000010000100000100010111110000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434350; }

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

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

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

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

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

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

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

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