#39353A

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

Shades of Fuscous Grey #39353A

Tints of Fuscous Grey #39353A

Color information

#39353A (or 0x39353A) is unknown color: approx Fuscous Grey. HEX triplet: 39, 35 and 3A. RGB value is (57,53,58). Sum of RGB (Red+Green+Blue) = 57+53+58=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 58 - color contains mainly: blue. Hex color #39353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39353A is #C6CAC5. Grayscale: #363636. Windows color (decimal): -13028038 or 3814713. OLE color: 3814713.

HSL color Cylindrical-coordinate representation of color #39353A: hue angle of 288º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #39353A is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB575358-
CMYK0.020.0900.77
HSL288º4.5%21.76%-
HSV(B)288º8.62%22.75%-
XYZ3.723.724.53-
YUV54.77129.83129.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=33.93%
G=31.55%
B=34.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5753580.020.0900.772884.521.76
Hex39353A2904D120516
Octal7165722110115440526
Binary1110011101011110101010010100110110010000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39353A; }

 p { color: rgb(57,53,58); }

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

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

 a { background-color: rgb(57,53,58); }

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

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

 span { border-color: rgb(57,53,58); }

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