#311D28

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

Shades of Toledo #311D28

Tints of Toledo #311D28

Color information

#311D28 (or 0x311D28) is unknown color: approx Toledo. HEX triplet: 31, 1D and 28. RGB value is (49,29,40). Sum of RGB (Red+Green+Blue) = 49+29+40=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #311D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D28 is #CEE2D7. Grayscale: #242424. Windows color (decimal): -13558488 or 2628913. OLE color: 2628913.

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

Color convert

RGB492940-
CMYK00.410.180.81
HSL327º25.64%15.29%-
HSV(B)327º40.82%19.22%-
XYZ2.091.682.22-
YUV36.23130.13137.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=41.53%
G=24.58%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49294000.410.180.8132725.6415.29
Hex311D2802912511471af
Octal613550051221215073217
Binary110001111011010000101001100101010001101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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