#393235

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

Shades of Toledo #393235

Tints of Toledo #393235

Color information

#393235 (or 0x393235) is unknown color: approx Toledo. HEX triplet: 39, 32 and 35. RGB value is (57,50,53). Sum of RGB (Red+Green+Blue) = 57+50+53=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 57 - color contains mainly: red. Hex color #393235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393235 is #C6CDCA. Grayscale: #343434. Windows color (decimal): -13028811 or 3486265. OLE color: 3486265.

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

Color convert

RGB575053-
CMYK00.120.070.78
HSL334.29º6.54%20.98%-
HSV(B)334.29º12.28%22.35%-
XYZ3.473.413.84-
YUV52.44128.32131.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=35.62%
G=31.25%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57505300.120.070.78334.296.5420.98
Hex3932350C74E14e715
Octal7162650147116516725
Binary11100111001011010101100111100111010100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393235; }

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

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

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

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

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

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

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

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