#423043

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

Shades of Fuscous Grey #423043

Tints of Fuscous Grey #423043

Color information

#423043 (or 0x423043) is unknown color: approx Fuscous Grey. HEX triplet: 42, 30 and 43. RGB value is (66,48,67). Sum of RGB (Red+Green+Blue) = 66+48+67=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #423043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423043 is #BDCFBC. Grayscale: #373737. Windows color (decimal): -12439485 or 4403266. OLE color: 4403266.

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

Color convert

RGB664867-
CMYK0.010.2800.74
HSL296.84º16.52%22.55%-
HSV(B)296.84º28.36%26.27%-
XYZ4.323.685.79-
YUV55.55134.46135.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=36.46%
G=26.52%
B=37.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6648670.010.2800.74296.8416.5222.55
Hex42304311C04A1291117
Octal1026010313401124512127
Binary10000101100001000011111100010010101001010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423043; }

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

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

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

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

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

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

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

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