#322429

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

Shades of Toledo #322429

Tints of Toledo #322429

Color information

#322429 (or 0x322429) is unknown color: approx Toledo. HEX triplet: 32, 24 and 29. RGB value is (50,36,41). Sum of RGB (Red+Green+Blue) = 50+36+41=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #322429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322429 is #CDDBD6. Grayscale: #282828. Windows color (decimal): -13491159 or 2696242. OLE color: 2696242.

HSL color Cylindrical-coordinate representation of color #322429: hue angle of 338.57º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322429 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB503641-
CMYK00.280.180.80
HSL338.57º16.28%16.86%-
HSV(B)338.57º28%19.61%-
XYZ2.352.12.38-
YUV40.76128.14134.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=39.37%
G=28.35%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50364100.280.180.80338.5716.2816.86
Hex32242901C12501531011
Octal624451034221205232021
Binary1100101001001010010111001001010100001010100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322429; }

 p { color: rgb(50,36,41); }

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

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

 a { background-color: rgb(50,36,41); }

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

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

 span { border-color: rgb(50,36,41); }

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