#311D27

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

Shades of Toledo #311D27

Tints of Toledo #311D27

Color information

#311D27 (or 0x311D27) is unknown color: approx Toledo. HEX triplet: 31, 1D and 27. RGB value is (49,29,39). Sum of RGB (Red+Green+Blue) = 49+29+39=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #311D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D27 is #CEE2D8. Grayscale: #242424. Windows color (decimal): -13558489 or 2563377. OLE color: 2563377.

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

Color convert

RGB492939-
CMYK00.410.200.81
HSL330º25.64%15.29%-
HSV(B)330º40.82%19.22%-
XYZ2.071.682.13-
YUV36.12129.63137.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=41.88%
G=24.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49293900.410.200.8133025.6415.29
Hex311D27029145114a1af
Octal613547051241215123217
Binary110001111011001110101001101001010001101001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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