#311B25

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

Shades of Toledo #311B25

Tints of Toledo #311B25

Color information

#311B25 (or 0x311B25) is unknown color: approx Toledo. HEX triplet: 31, 1B and 25. RGB value is (49,27,37). Sum of RGB (Red+Green+Blue) = 49+27+37=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B25 is #CEE4DA. Grayscale: #222222. Windows color (decimal): -13559003 or 2431793. OLE color: 2431793.

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

Color convert

RGB492737-
CMYK00.450.240.81
HSL332.73º28.95%14.9%-
HSV(B)332.73º44.9%19.22%-
XYZ1.991.571.95-
YUV34.72129.29138.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=43.36%
G=23.89%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49273700.450.240.81332.7328.9514.9
Hex311B2502D185114d1df
Octal613345055301215153517
Binary110001110111001010101101110001010001101001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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