#434345

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

Shades of Payne's Grey #434345

Tints of Payne's Grey #434345

Color information

#434345 (or 0x434345) is unknown color: approx Payne's Grey. HEX triplet: 43, 43 and 45. RGB value is (67,67,69). Sum of RGB (Red+Green+Blue) = 67+67+69=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 69 - color contains mainly: blue. Hex color #434345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434345 is #BCBCBA. Grayscale: #434343. Windows color (decimal): -12369083 or 4539203. OLE color: 4539203.

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

Color convert

RGB676769-
CMYK0.030.0300.73
HSL240º1.47%26.67%-
HSV(B)240º2.9%27.06%-
XYZ5.45.646.43-
YUV67.23129127.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 69 (27.34% from 255) = 33.99%
R=33.00%
G=33.00%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6767690.030.0300.732401.4726.67
Hex43434533049f011b
Octal103103105330111360133
Binary10000111000011100010111110100100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434345; }

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

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

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

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

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

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

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

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