#321B26

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

Shades of Toledo #321B26

Tints of Toledo #321B26

Color information

#321B26 (or 0x321B26) is unknown color: approx Toledo. HEX triplet: 32, 1B and 26. RGB value is (50,27,38). Sum of RGB (Red+Green+Blue) = 50+27+38=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B26 is #CDE4D9. Grayscale: #232323. Windows color (decimal): -13493466 or 2497330. OLE color: 2497330.

HSL color Cylindrical-coordinate representation of color #321B26: hue angle of 331.3º 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 #321B26 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB502738-
CMYK00.460.240.80
HSL331.3º29.87%15.1%-
HSV(B)331.3º46%19.61%-
XYZ2.061.62.03-
YUV35.13129.62138.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=43.48%
G=23.48%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50273800.460.240.80331.329.8715.1
Hex321B2602E185014b1ef
Octal623346056301205133617
Binary110010110111001100101110110001010000101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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