#393130

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

Shades of Gondola #393130

Tints of Gondola #393130

Color information

#393130 (or 0x393130) is unknown color: approx Gondola. HEX triplet: 39, 31 and 30. RGB value is (57,49,48). Sum of RGB (Red+Green+Blue) = 57+49+48=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 57 - color contains mainly: red. Hex color #393130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393130 is #C6CECF. Grayscale: #333333. Windows color (decimal): -13029072 or 3158329. OLE color: 3158329.

HSL color Cylindrical-coordinate representation of color #393130: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393130 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB574948-
CMYK00.140.160.78
HSL6.67º8.57%20.59%-
HSV(B)6.67º15.79%22.35%-
XYZ3.323.283.25-
YUV51.28126.15132.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=37.01%
G=31.82%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57494800.140.160.786.678.5720.59
Hex3931300E104E7915
Octal7161600162011671125
Binary11100111000111000001110100001001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393130; }

 p { color: rgb(57,49,48); }

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

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

 a { background-color: rgb(57,49,48); }

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

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

 span { border-color: rgb(57,49,48); }

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