#3B2830

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

Shades of Toledo #3B2830

Tints of Toledo #3B2830

Color information

#3B2830 (or 0x3B2830) is unknown color: approx Toledo. HEX triplet: 3B, 28 and 30. RGB value is (59,40,48). Sum of RGB (Red+Green+Blue) = 59+40+48=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2830 is #C4D7CF. Grayscale: #2E2E2E. Windows color (decimal): -12900304 or 3156027. OLE color: 3156027.

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

Color convert

RGB594048-
CMYK00.320.190.77
HSL334.74º19.19%19.41%-
HSV(B)334.74º32.2%23.14%-
XYZ3.12.663.15-
YUV46.59128.79136.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.14%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=40.14%
G=27.21%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59404800.320.190.77334.7419.1919.41
Hex3B2830020134D14f1313
Octal735060040231155172323
Binary11101110100011000001000001001110011011010011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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