#311C27

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

Shades of Toledo #311C27

Tints of Toledo #311C27

Color information

#311C27 (or 0x311C27) is unknown color: approx Toledo. HEX triplet: 31, 1C and 27. RGB value is (49,28,39). Sum of RGB (Red+Green+Blue) = 49+28+39=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #311C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C27 is #CEE3D8. Grayscale: #232323. Windows color (decimal): -13558745 or 2563121. OLE color: 2563121.

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

Color convert

RGB492839-
CMYK00.430.200.81
HSL328.57º27.27%15.1%-
HSV(B)328.57º42.86%19.22%-
XYZ2.051.632.13-
YUV35.53129.96137.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=42.24%
G=24.14%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49283900.430.200.81328.5727.2715.1
Hex311C2702B14511491bf
Octal613447053241215113317
Binary110001111001001110101011101001010001101001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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