#3B202C

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

Shades of Toledo #3B202C

Tints of Toledo #3B202C

Color information

#3B202C (or 0x3B202C) is unknown color: approx Toledo. HEX triplet: 3B, 20 and 2C. RGB value is (59,32,44). Sum of RGB (Red+Green+Blue) = 59+32+44=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B202C is #C4DFD3. Grayscale: #292929. Windows color (decimal): -12902356 or 2891835. OLE color: 2891835.

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

Color convert

RGB593244-
CMYK00.460.250.77
HSL333.33º29.67%17.84%-
HSV(B)333.33º45.76%23.14%-
XYZ2.772.142.65-
YUV41.44129.45140.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.70%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=43.70%
G=23.70%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59324400.460.250.77333.3329.6717.84
Hex3B202C02E194D14d1e12
Octal734054056311155153622
Binary11101110000010110001011101100110011011010011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,32,44); }

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

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

 a { background-color: rgb(59,32,44); }

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

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

 span { border-color: rgb(59,32,44); }

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