#393230

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

Shades of Gondola #393230

Tints of Gondola #393230

Color information

#393230 (or 0x393230) is unknown color: approx Gondola. HEX triplet: 39, 32 and 30. RGB value is (57,50,48). Sum of RGB (Red+Green+Blue) = 57+50+48=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 57 - color contains mainly: red. Hex color #393230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393230 is #C6CDCF. Grayscale: #333333. Windows color (decimal): -13028816 or 3158585. OLE color: 3158585.

HSL color Cylindrical-coordinate representation of color #393230: hue angle of 13.33º 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 #393230 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB575048-
CMYK00.120.160.78
HSL13.33º8.57%20.59%-
HSV(B)13.33º15.79%22.35%-
XYZ3.363.363.27-
YUV51.86125.82131.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=36.77%
G=32.26%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57504800.120.160.7813.338.5720.59
Hex3932300C104Ed915
Octal71626001420116151125
Binary111001110010110000011001000010011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393230; }

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

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

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

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

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

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

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

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