#3B2631

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

Shades of Toledo #3B2631

Tints of Toledo #3B2631

Color information

#3B2631 (or 0x3B2631) is unknown color: approx Toledo. HEX triplet: 3B, 26 and 31. RGB value is (59,38,49). Sum of RGB (Red+Green+Blue) = 59+38+49=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2631 is #C4D9CE. Grayscale: #2D2D2D. Windows color (decimal): -12900815 or 3221051. OLE color: 3221051.

HSL color Cylindrical-coordinate representation of color #3B2631: hue angle of 328.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B2631 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB593849-
CMYK00.360.170.77
HSL328.57º21.65%19.02%-
HSV(B)328.57º35.59%23.14%-
XYZ3.052.543.23-
YUV45.53129.96137.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.41%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=40.41%
G=26.03%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59384900.360.170.77328.5721.6519.02
Hex3B2631024114D1491613
Octal734661044211155112623
Binary11101110011011000101001001000110011011010010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2631; }

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

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

<style>
 a { background-color: #3B2631; }

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

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

<style>
 span { border-color: #3B2631; }

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

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