#3F2634

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

Shades of Toledo #3F2634

Tints of Toledo #3F2634

Color information

#3F2634 (or 0x3F2634) is unknown color: approx Toledo. HEX triplet: 3F, 26 and 34. RGB value is (63,38,52). Sum of RGB (Red+Green+Blue) = 63+38+52=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2634 is #C0D9CB. Grayscale: #2F2F2F. Windows color (decimal): -12638668 or 3417663. OLE color: 3417663.

HSL color Cylindrical-coordinate representation of color #3F2634: hue angle of 326.4º 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 #3F2634 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB633852-
CMYK00.400.170.75
HSL326.4º24.75%19.8%-
HSV(B)326.4º39.68%24.71%-
XYZ3.362.693.59-
YUV47.07130.78139.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.18%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=41.18%
G=24.84%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63385200.400.170.75326.424.7519.8
Hex3F2634028114B1461914
Octal774664050211135063124
Binary11111110011011010001010001000110010111010001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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