#423243

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

Shades of Fuscous Grey #423243

Tints of Fuscous Grey #423243

Color information

#423243 (or 0x423243) is unknown color: approx Fuscous Grey. HEX triplet: 42, 32 and 43. RGB value is (66,50,67). Sum of RGB (Red+Green+Blue) = 66+50+67=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #423243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423243 is #BDCDBC. Grayscale: #383838. Windows color (decimal): -12438973 or 4403778. OLE color: 4403778.

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

Color convert

RGB665067-
CMYK0.010.2500.74
HSL296.47º14.53%22.94%-
HSV(B)296.47º25.37%26.27%-
XYZ4.43.845.82-
YUV56.72133.8134.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=36.07%
G=27.32%
B=36.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6650670.010.2500.74296.4714.5322.94
Hex42324311904A128f17
Octal1026210313101124501727
Binary1000010110010100001111100101001010100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423243; }

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

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

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

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

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

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

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

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