#423343

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

Shades of Fuscous Grey #423343

Tints of Fuscous Grey #423343

Color information

#423343 (or 0x423343) is unknown color: approx Fuscous Grey. HEX triplet: 42, 33 and 43. RGB value is (66,51,67). Sum of RGB (Red+Green+Blue) = 66+51+67=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 67 - color contains mainly: blue. Hex color #423343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423343 is #BDCCBC. Grayscale: #393939. Windows color (decimal): -12438717 or 4404034. OLE color: 4404034.

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

Color convert

RGB665167-
CMYK0.010.2400.74
HSL296.25º13.56%23.14%-
HSV(B)296.25º23.88%26.27%-
XYZ4.443.935.83-
YUV57.31133.47134.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=35.87%
G=27.72%
B=36.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6651670.010.2400.74296.2513.5623.14
Hex42334311804A128e17
Octal1026310313001124501627
Binary1000010110011100001111100001001010100101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423343; }

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

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

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

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

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

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

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

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