#321E29

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

Shades of Toledo #321E29

Tints of Toledo #321E29

Color information

#321E29 (or 0x321E29) is unknown color: approx Toledo. HEX triplet: 32, 1E and 29. RGB value is (50,30,41). Sum of RGB (Red+Green+Blue) = 50+30+41=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E29 is #CDE1D6. Grayscale: #252525. Windows color (decimal): -13492695 or 2694706. OLE color: 2694706.

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

Color convert

RGB503041-
CMYK00.400.180.80
HSL327º25%15.69%-
HSV(B)327º40%19.61%-
XYZ2.181.772.32-
YUV37.23130.13137.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=41.32%
G=24.79%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50304100.400.180.803272515.69
Hex321E2902812501471910
Octal623651050221205073120
Binary1100101111010100101010001001010100001010001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E29; }

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

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

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

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

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

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

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

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