#321B25

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

Shades of Toledo #321B25

Tints of Toledo #321B25

Color information

#321B25 (or 0x321B25) is unknown color: approx Toledo. HEX triplet: 32, 1B and 25. RGB value is (50,27,37). Sum of RGB (Red+Green+Blue) = 50+27+37=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B25 is #CDE4DA. Grayscale: #232323. Windows color (decimal): -13493467 or 2431794. OLE color: 2431794.

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

Color convert

RGB502737-
CMYK00.460.260.80
HSL333.91º29.87%15.1%-
HSV(B)333.91º46%19.61%-
XYZ2.041.61.95-
YUV35.02129.12138.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=43.86%
G=23.68%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50273700.460.260.80333.9129.8715.1
Hex321B2502E1A5014e1ef
Octal623345056321205163617
Binary110010110111001010101110110101010000101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,27,37); }

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

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

 a { background-color: rgb(50,27,37); }

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

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

 span { border-color: rgb(50,27,37); }

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