#392530

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

Shades of Toledo #392530

Tints of Toledo #392530

Color information

#392530 (or 0x392530) is unknown color: approx Toledo. HEX triplet: 39, 25 and 30. RGB value is (57,37,48). Sum of RGB (Red+Green+Blue) = 57+37+48=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #392530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392530 is #C6DACF. Grayscale: #2C2C2C. Windows color (decimal): -13032144 or 3155257. OLE color: 3155257.

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

Color convert

RGB573748-
CMYK00.350.160.78
HSL327º21.28%18.43%-
HSV(B)327º35.09%22.35%-
XYZ2.882.413.11-
YUV44.23130.13137.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=40.14%
G=26.06%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57374800.350.160.7832721.2818.43
Hex392530023104E1471512
Octal714560043201165072522
Binary11100110010111000001000111000010011101010001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392530; }

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

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

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

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

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

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

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

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