#434348

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

Shades of Payne's Grey #434348

Tints of Payne's Grey #434348

Color information

#434348 (or 0x434348) is unknown color: approx Payne's Grey. HEX triplet: 43, 43 and 48. RGB value is (67,67,72). Sum of RGB (Red+Green+Blue) = 67+67+72=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #434348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434348 is #BCBCB7. Grayscale: #434343. Windows color (decimal): -12369080 or 4735811. OLE color: 4735811.

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

Color convert

RGB676772-
CMYK0.070.0700.72
HSL240º3.6%27.25%-
HSV(B)240º6.94%28.24%-
XYZ5.495.686.94-
YUV67.57130.5127.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=32.52%
G=32.52%
B=34.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6767720.070.0700.722403.627.25
Hex43434877048f041b
Octal103103110770110360433
Binary100001110000111001000111111010010001111000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434348; }

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

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

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

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

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

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

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

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