#311E28

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

Shades of Toledo #311E28

Tints of Toledo #311E28

Color information

#311E28 (or 0x311E28) is unknown color: approx Toledo. HEX triplet: 31, 1E and 28. RGB value is (49,30,40). Sum of RGB (Red+Green+Blue) = 49+30+40=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #311E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E28 is #CEE1D7. Grayscale: #242424. Windows color (decimal): -13558232 or 2629169. OLE color: 2629169.

HSL color Cylindrical-coordinate representation of color #311E28: hue angle of 328.42º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E28 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB493040-
CMYK00.390.180.81
HSL328.42º24.05%15.49%-
HSV(B)328.42º38.78%19.22%-
XYZ2.111.732.23-
YUV36.82129.79136.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=41.18%
G=25.21%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49304000.390.180.81328.4224.0515.49
Hex311E28027125114818f
Octal613650047221215103017
Binary110001111101010000100111100101010001101001000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E28; }

 p { color: rgb(49,30,40); }

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

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

 a { background-color: rgb(49,30,40); }

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

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

 span { border-color: rgb(49,30,40); }

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