#3F2633

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

Shades of Toledo #3F2633

Tints of Toledo #3F2633

Color information

#3F2633 (or 0x3F2633) is unknown color: approx Toledo. HEX triplet: 3F, 26 and 33. RGB value is (63,38,51). Sum of RGB (Red+Green+Blue) = 63+38+51=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2633 is #C0D9CC. Grayscale: #2E2E2E. Windows color (decimal): -12638669 or 3352127. OLE color: 3352127.

HSL color Cylindrical-coordinate representation of color #3F2633: hue angle of 328.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2633 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB633851-
CMYK00.400.190.75
HSL328.8º24.75%19.8%-
HSV(B)328.8º39.68%24.71%-
XYZ3.342.683.47-
YUV46.96130.28139.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=41.45%
G=25%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63385100.400.190.75328.824.7519.8
Hex3F2633028134B1491914
Octal774663050231135113124
Binary11111110011011001101010001001110010111010010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,38,51); }

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

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

 a { background-color: rgb(63,38,51); }

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

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

 span { border-color: rgb(63,38,51); }

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