#392D34

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

Shades of Toledo #392D34

Tints of Toledo #392D34

Color information

#392D34 (or 0x392D34) is unknown color: approx Toledo. HEX triplet: 39, 2D and 34. RGB value is (57,45,52). Sum of RGB (Red+Green+Blue) = 57+45+52=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 57 - color contains mainly: red. Hex color #392D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D34 is #C6D2CB. Grayscale: #313131. Windows color (decimal): -13030092 or 3419449. OLE color: 3419449.

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

Color convert

RGB574552-
CMYK00.210.090.78
HSL325º11.76%20%-
HSV(B)325º21.05%22.35%-
XYZ3.252.993.66-
YUV49.39129.48133.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=37.01%
G=29.22%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57455200.210.090.7832511.7620
Hex392D3401594E145c14
Octal715564025111165051424
Binary11100110110111010001010110011001110101000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392D34; }

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

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

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

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

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

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

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

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