#43424B

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

Shades of Payne's Grey #43424B

Tints of Payne's Grey #43424B

Color information

#43424B (or 0x43424B) is unknown color: approx Payne's Grey. HEX triplet: 43, 42 and 4B. RGB value is (67,66,75). Sum of RGB (Red+Green+Blue) = 67+66+75=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #43424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43424B is #BCBDB4. Grayscale: #434343. Windows color (decimal): -12369333 or 4932163. OLE color: 4932163.

HSL color Cylindrical-coordinate representation of color #43424B: hue angle of 246.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #43424B is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB676675-
CMYK0.110.1200.71
HSL246.67º6.38%27.65%-
HSV(B)246.67º12%29.41%-
XYZ5.535.67.45-
YUV67.32132.33127.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=32.21%
G=31.73%
B=36.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6766750.110.1200.71246.676.3827.65
Hex43424BBC047f761c
Octal10310211313140107367634
Binary10000111000010100101110111100010001111111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43424B; }

 p { color: rgb(67,66,75); }

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

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

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

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

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

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

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