#392E33

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

Shades of Toledo #392E33

Tints of Toledo #392E33

Color information

#392E33 (or 0x392E33) is unknown color: approx Toledo. HEX triplet: 39, 2E and 33. RGB value is (57,46,51). Sum of RGB (Red+Green+Blue) = 57+46+51=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 57 - color contains mainly: red. Hex color #392E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E33 is #C6D1CC. Grayscale: #313131. Windows color (decimal): -13029837 or 3354169. OLE color: 3354169.

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

Color convert

RGB574651-
CMYK00.190.110.78
HSL332.73º10.68%20.2%-
HSV(B)332.73º19.3%22.35%-
XYZ3.263.063.55-
YUV49.86128.64133.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=37.01%
G=29.87%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57465100.190.110.78332.7310.6820.2
Hex392E33013B4E14db14
Octal715663023131165151324
Binary11100110111011001101001110111001110101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,46,51); }

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

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

 a { background-color: rgb(57,46,51); }

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

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

 span { border-color: rgb(57,46,51); }

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