#3F222E

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

Shades of Toledo #3F222E

Tints of Toledo #3F222E

Color information

#3F222E (or 0x3F222E) is unknown color: approx Toledo. HEX triplet: 3F, 22 and 2E. RGB value is (63,34,46). Sum of RGB (Red+Green+Blue) = 63+34+46=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F222E is #C0DDD1. Grayscale: #2C2C2C. Windows color (decimal): -12639698 or 3023423. OLE color: 3023423.

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

Color convert

RGB633446-
CMYK00.460.270.75
HSL335.17º29.9%19.02%-
HSV(B)335.17º46.03%24.71%-
XYZ3.122.42.88-
YUV44.04129.11141.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=44.06%
G=23.78%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63344600.460.270.75335.1729.919.02
Hex3F222E02E1B4B14f1e13
Octal774256056331135173623
Binary11111110001010111001011101101110010111010011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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