#3B2931

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

Shades of Toledo #3B2931

Tints of Toledo #3B2931

Color information

#3B2931 (or 0x3B2931) is unknown color: approx Toledo. HEX triplet: 3B, 29 and 31. RGB value is (59,41,49). Sum of RGB (Red+Green+Blue) = 59+41+49=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2931 is #C4D6CE. Grayscale: #2F2F2F. Windows color (decimal): -12900047 or 3221819. OLE color: 3221819.

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

Color convert

RGB594149-
CMYK00.310.170.77
HSL333.33º18%19.61%-
HSV(B)333.33º30.51%23.14%-
XYZ3.152.743.27-
YUV47.29128.96136.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.60%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=39.60%
G=27.52%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59414900.310.170.77333.331819.61
Hex3B293101F114D14d1214
Octal735161037211155152224
Binary1110111010011100010111111000110011011010011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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