#311C26

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

Shades of Toledo #311C26

Tints of Toledo #311C26

Color information

#311C26 (or 0x311C26) is unknown color: approx Toledo. HEX triplet: 31, 1C and 26. RGB value is (49,28,38). Sum of RGB (Red+Green+Blue) = 49+28+38=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #311C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C26 is #CEE3D9. Grayscale: #232323. Windows color (decimal): -13558746 or 2497585. OLE color: 2497585.

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

Color convert

RGB492838-
CMYK00.430.220.81
HSL331.43º27.27%15.1%-
HSV(B)331.43º42.86%19.22%-
XYZ2.031.622.04-
YUV35.42129.46137.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=42.61%
G=24.35%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49283800.430.220.81331.4327.2715.1
Hex311C2602B165114b1bf
Octal613446053261215133317
Binary110001111001001100101011101101010001101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,28,38); }

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

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

 a { background-color: rgb(49,28,38); }

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

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

 span { border-color: rgb(49,28,38); }

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