#311F29

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

Shades of Toledo #311F29

Tints of Toledo #311F29

Color information

#311F29 (or 0x311F29) is unknown color: approx Toledo. HEX triplet: 31, 1F and 29. RGB value is (49,31,41). Sum of RGB (Red+Green+Blue) = 49+31+41=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #311F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F29 is #CEE0D6. Grayscale: #252525. Windows color (decimal): -13557975 or 2694961. OLE color: 2694961.

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

Color convert

RGB493141-
CMYK00.370.160.81
HSL326.67º22.5%15.69%-
HSV(B)326.67º36.73%19.22%-
XYZ2.161.792.33-
YUV37.52129.96136.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=40.50%
G=25.62%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49314100.370.160.81326.6722.515.69
Hex311F2902510511471610
Octal613751045201215072620
Binary1100011111110100101001011000010100011010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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