#434043

Color #434043 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #434043

Tints of Fuscous Grey #434043

Color information

#434043 (or 0x434043) is unknown color: approx Fuscous Grey. HEX triplet: 43, 40 and 43. RGB value is (67,64,67). Sum of RGB (Red+Green+Blue) = 67+64+67=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 67 - color contains mainly: red, blue. Hex color #434043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434043 is #BCBFBC. Grayscale: #414141. Windows color (decimal): -12369853 or 4407363. OLE color: 4407363.

HSL color Cylindrical-coordinate representation of color #434043: hue angle of 300º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #434043 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB676467-
CMYK00.0400.74
HSL300º2.29%25.69%-
HSV(B)300º4.48%26.27%-
XYZ5.165.276.05-
YUV65.24128.99129.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.84%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=33.84%
G=32.32%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67646700.0400.743002.2925.69
Hex4340430404A12c21a
Octal103100103040112454232
Binary1000011100000010000110100010010101001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434043; }

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

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

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

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

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

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

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

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