#3F2231

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

Shades of Toledo #3F2231

Tints of Toledo #3F2231

Color information

#3F2231 (or 0x3F2231) is unknown color: approx Toledo. HEX triplet: 3F, 22 and 31. RGB value is (63,34,49). Sum of RGB (Red+Green+Blue) = 63+34+49=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2231 is #C0DDCE. Grayscale: #2C2C2C. Windows color (decimal): -12639695 or 3220031. OLE color: 3220031.

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

Color convert

RGB633449-
CMYK00.460.220.75
HSL328.97º29.9%19.02%-
HSV(B)328.97º46.03%24.71%-
XYZ3.182.423.21-
YUV44.38130.61141.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=43.15%
G=23.29%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63344900.460.220.75328.9729.919.02
Hex3F223102E164B1491e13
Octal774261056261135113623
Binary11111110001011000101011101011010010111010010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,49); }

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

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

 a { background-color: rgb(63,34,49); }

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

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

 span { border-color: rgb(63,34,49); }

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