#3B2431

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

Shades of Toledo #3B2431

Tints of Toledo #3B2431

Color information

#3B2431 (or 0x3B2431) is unknown color: approx Toledo. HEX triplet: 3B, 24 and 31. RGB value is (59,36,49). Sum of RGB (Red+Green+Blue) = 59+36+49=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2431 is #C4DBCE. Grayscale: #2C2C2C. Windows color (decimal): -12901327 or 3220539. OLE color: 3220539.

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

Color convert

RGB593649-
CMYK00.390.170.77
HSL326.09º24.21%18.63%-
HSV(B)326.09º38.98%23.14%-
XYZ2.992.413.21-
YUV44.36130.62138.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.97%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=40.97%
G=25%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59364900.390.170.77326.0924.2118.63
Hex3B2431027114D1461813
Octal734461047211155063023
Binary11101110010011000101001111000110011011010001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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