#393134

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

Shades of Toledo #393134

Tints of Toledo #393134

Color information

#393134 (or 0x393134) is unknown color: approx Toledo. HEX triplet: 39, 31 and 34. RGB value is (57,49,52). Sum of RGB (Red+Green+Blue) = 57+49+52=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #393134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393134 is #C6CECB. Grayscale: #333333. Windows color (decimal): -13029068 or 3420473. OLE color: 3420473.

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

Color convert

RGB574952-
CMYK00.140.090.78
HSL337.5º7.55%20.78%-
HSV(B)337.5º14.04%22.35%-
XYZ3.413.313.71-
YUV51.73128.15131.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=36.08%
G=31.01%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57495200.140.090.78337.57.5520.78
Hex3931340E94E152815
Octal716164016111165221025
Binary1110011100011101000111010011001110101010010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393134; }

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

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

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

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

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

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

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

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