#3B202B

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

Shades of Toledo #3B202B

Tints of Toledo #3B202B

Color information

#3B202B (or 0x3B202B) is unknown color: approx Toledo. HEX triplet: 3B, 20 and 2B. RGB value is (59,32,43). Sum of RGB (Red+Green+Blue) = 59+32+43=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B202B is #C4DFD4. Grayscale: #292929. Windows color (decimal): -12902357 or 2826299. OLE color: 2826299.

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

Color convert

RGB593243-
CMYK00.460.270.77
HSL335.56º29.67%17.84%-
HSV(B)335.56º45.76%23.14%-
XYZ2.762.142.55-
YUV41.33128.95140.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.03%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=44.03%
G=23.88%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59324300.460.270.77335.5629.6717.84
Hex3B202B02E1B4D1501e12
Octal734053056331155203622
Binary11101110000010101101011101101110011011010100001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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