#392330

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

Shades of Toledo #392330

Tints of Toledo #392330

Color information

#392330 (or 0x392330) is unknown color: approx Toledo. HEX triplet: 39, 23 and 30. RGB value is (57,35,48). Sum of RGB (Red+Green+Blue) = 57+35+48=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #392330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392330 is #C6DCCF. Grayscale: #2B2B2B. Windows color (decimal): -13032656 or 3154745. OLE color: 3154745.

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

Color convert

RGB573548-
CMYK00.390.160.78
HSL324.55º23.91%18.04%-
HSV(B)324.55º38.6%22.35%-
XYZ2.822.293.09-
YUV43.06130.79137.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=40.71%
G=25%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57354800.390.160.78324.5523.9118.04
Hex392330027104E1451812
Octal714360047201165053022
Binary11100110001111000001001111000010011101010001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392330; }

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

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

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

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

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

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

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

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