#3B2930

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

Shades of Toledo #3B2930

Tints of Toledo #3B2930

Color information

#3B2930 (or 0x3B2930) is unknown color: approx Toledo. HEX triplet: 3B, 29 and 30. RGB value is (59,41,48). Sum of RGB (Red+Green+Blue) = 59+41+48=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2930 is #C4D6CF. Grayscale: #2F2F2F. Windows color (decimal): -12900048 or 3156283. OLE color: 3156283.

HSL color Cylindrical-coordinate representation of color #3B2930: hue angle of 336.67º 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 #3B2930 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB594148-
CMYK00.310.190.77
HSL336.67º18%19.61%-
HSV(B)336.67º30.51%23.14%-
XYZ3.132.733.16-
YUV47.18128.46136.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=39.86%
G=27.70%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59414800.310.190.77336.671819.61
Hex3B293001F134D1511214
Octal735160037231155212224
Binary1110111010011100000111111001110011011010100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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