#312329

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

Shades of Toledo #312329

Tints of Toledo #312329

Color information

#312329 (or 0x312329) is unknown color: approx Toledo. HEX triplet: 31, 23 and 29. RGB value is (49,35,41). Sum of RGB (Red+Green+Blue) = 49+35+41=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312329 is #CEDCD6. Grayscale: #272727. Windows color (decimal): -13556951 or 2695985. OLE color: 2695985.

HSL color Cylindrical-coordinate representation of color #312329: hue angle of 334.29º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312329 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB493541-
CMYK00.290.160.81
HSL334.29º16.67%16.47%-
HSV(B)334.29º28.57%19.22%-
XYZ2.272.022.37-
YUV39.87128.64134.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=39.2%
G=28%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49354100.290.160.81334.2916.6716.47
Hex31232901D105114e1110
Octal614351035201215162120
Binary1100011000111010010111011000010100011010011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312329; }

 p { color: rgb(49,35,41); }

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

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

 a { background-color: rgb(49,35,41); }

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

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

 span { border-color: rgb(49,35,41); }

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