#321F29

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

Shades of Toledo #321F29

Tints of Toledo #321F29

Color information

#321F29 (or 0x321F29) is unknown color: approx Toledo. HEX triplet: 32, 1F and 29. RGB value is (50,31,41). Sum of RGB (Red+Green+Blue) = 50+31+41=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #321F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F29 is #CDE0D6. Grayscale: #252525. Windows color (decimal): -13492439 or 2694962. OLE color: 2694962.

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

Color convert

RGB503141-
CMYK00.380.180.80
HSL328.42º23.46%15.88%-
HSV(B)328.42º38%19.61%-
XYZ2.211.822.33-
YUV37.82129.79136.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=40.98%
G=25.41%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50314100.380.180.80328.4223.4615.88
Hex321F2902612501481710
Octal623751046221205102720
Binary1100101111110100101001101001010100001010010001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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