#423341

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

Shades of Fuscous Grey #423341

Tints of Fuscous Grey #423341

Color information

#423341 (or 0x423341) is unknown color: approx Fuscous Grey. HEX triplet: 42, 33 and 41. RGB value is (66,51,65). Sum of RGB (Red+Green+Blue) = 66+51+65=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #423341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423341 is #BDCCBE. Grayscale: #393939. Windows color (decimal): -12438719 or 4272962. OLE color: 4272962.

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

Color convert

RGB665165-
CMYK00.230.020.74
HSL304º12.82%22.94%-
HSV(B)304º22.73%25.88%-
XYZ4.383.915.52-
YUV57.08132.47134.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=36.26%
G=28.02%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66516500.230.020.7430412.8222.94
Hex42334101724A130d17
Octal1026310102721124601527
Binary10000101100111000001010111101001010100110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423341; }

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

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

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

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

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

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

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

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