#392B32

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

Shades of Toledo #392B32

Tints of Toledo #392B32

Color information

#392B32 (or 0x392B32) is unknown color: approx Toledo. HEX triplet: 39, 2B and 32. RGB value is (57,43,50). Sum of RGB (Red+Green+Blue) = 57+43+50=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 57 - color contains mainly: red. Hex color #392B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B32 is #C6D4CD. Grayscale: #2F2F2F. Windows color (decimal): -13030606 or 3287865. OLE color: 3287865.

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

Color convert

RGB574350-
CMYK00.250.120.78
HSL330º14%19.61%-
HSV(B)330º24.56%22.35%-
XYZ3.132.833.4-
YUV47.98129.14134.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 50 (19.92% from 255) = 33.33%
R=38%
G=28.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57435000.250.120.783301419.61
Hex392B32019C4E14ae14
Octal715362031141165121624
Binary11100110101111001001100111001001110101001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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