#311E27

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

Shades of Toledo #311E27

Tints of Toledo #311E27

Color information

#311E27 (or 0x311E27) is unknown color: approx Toledo. HEX triplet: 31, 1E and 27. RGB value is (49,30,39). Sum of RGB (Red+Green+Blue) = 49+30+39=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #311E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E27 is #CEE1D8. Grayscale: #242424. Windows color (decimal): -13558233 or 2563633. OLE color: 2563633.

HSL color Cylindrical-coordinate representation of color #311E27: hue angle of 331.58º 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 #311E27 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB493039-
CMYK00.390.200.81
HSL331.58º24.05%15.49%-
HSV(B)331.58º38.78%19.22%-
XYZ2.11.732.14-
YUV36.71129.29136.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=41.53%
G=25.42%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49303900.390.200.81331.5824.0515.49
Hex311E27027145114c18f
Octal613647047241215143017
Binary110001111101001110100111101001010001101001100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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