#3B2E34

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

Shades of Toledo #3B2E34

Tints of Toledo #3B2E34

Color information

#3B2E34 (or 0x3B2E34) is unknown color: approx Toledo. HEX triplet: 3B, 2E and 34. RGB value is (59,46,52). Sum of RGB (Red+Green+Blue) = 59+46+52=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E34 is #C4D1CB. Grayscale: #323232. Windows color (decimal): -12898764 or 3419707. OLE color: 3419707.

HSL color Cylindrical-coordinate representation of color #3B2E34: hue angle of 332.31º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B2E34 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB594652-
CMYK00.220.120.77
HSL332.31º12.38%20.59%-
HSV(B)332.31º22.03%23.14%-
XYZ3.43.133.67-
YUV50.57128.81134.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.58%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=37.58%
G=29.30%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59465200.220.120.77332.3112.3820.59
Hex3B2E34016C4D14cc15
Octal735664026141155141425
Binary11101110111011010001011011001001101101001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,52); }

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

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

 a { background-color: rgb(59,46,52); }

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

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

 span { border-color: rgb(59,46,52); }

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