#321F27

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

Shades of Toledo #321F27

Tints of Toledo #321F27

Color information

#321F27 (or 0x321F27) is unknown color: approx Toledo. HEX triplet: 32, 1F and 27. RGB value is (50,31,39). Sum of RGB (Red+Green+Blue) = 50+31+39=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #321F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F27 is #CDE0D8. Grayscale: #252525. Windows color (decimal): -13492441 or 2563890. OLE color: 2563890.

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

Color convert

RGB503139-
CMYK00.380.220.80
HSL334.74º23.46%15.88%-
HSV(B)334.74º38%19.61%-
XYZ2.171.82.15-
YUV37.59128.79136.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=41.67%
G=25.83%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50313900.380.220.80334.7423.4615.88
Hex321F27026165014f1710
Octal623747046261205172720
Binary1100101111110011101001101011010100001010011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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