#321C26

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

Shades of Toledo #321C26

Tints of Toledo #321C26

Color information

#321C26 (or 0x321C26) is unknown color: approx Toledo. HEX triplet: 32, 1C and 26. RGB value is (50,28,38). Sum of RGB (Red+Green+Blue) = 50+28+38=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #321C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C26 is #CDE3D9. Grayscale: #232323. Windows color (decimal): -13493210 or 2497586. OLE color: 2497586.

HSL color Cylindrical-coordinate representation of color #321C26: hue angle of 332.73º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321C26 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB502838-
CMYK00.440.240.80
HSL332.73º28.21%15.29%-
HSV(B)332.73º44%19.61%-
XYZ2.081.652.04-
YUV35.72129.29138.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=43.10%
G=24.14%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50283800.440.240.80332.7328.2115.29
Hex321C2602C185014d1cf
Octal623446054301205153417
Binary110010111001001100101100110001010000101001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,28,38); }

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

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

 a { background-color: rgb(50,28,38); }

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

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

 span { border-color: rgb(50,28,38); }

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