#311C25

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

Shades of Toledo #311C25

Tints of Toledo #311C25

Color information

#311C25 (or 0x311C25) is unknown color: approx Toledo. HEX triplet: 31, 1C and 25. RGB value is (49,28,37). Sum of RGB (Red+Green+Blue) = 49+28+37=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C25 is #CEE3DA. Grayscale: #232323. Windows color (decimal): -13558747 or 2432049. OLE color: 2432049.

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

Color convert

RGB492837-
CMYK00.430.240.81
HSL334.29º27.27%15.1%-
HSV(B)334.29º42.86%19.22%-
XYZ2.021.621.96-
YUV35.3128.96137.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=42.98%
G=24.56%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49283700.430.240.81334.2927.2715.1
Hex311C2502B185114e1bf
Octal613445053301215163317
Binary110001111001001010101011110001010001101001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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