#3F223A

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

Shades of Melanzane #3F223A

Tints of Melanzane #3F223A

Color information

#3F223A (or 0x3F223A) is unknown color: approx Melanzane. HEX triplet: 3F, 22 and 3A. RGB value is (63,34,58). Sum of RGB (Red+Green+Blue) = 63+34+58=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F223A is #C0DDC5. Grayscale: #2D2D2D. Windows color (decimal): -12639686 or 3809855. OLE color: 3809855.

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

Color convert

RGB633458-
CMYK00.460.080.75
HSL310.34º29.9%19.02%-
HSV(B)310.34º46.03%24.71%-
XYZ3.392.514.31-
YUV45.41135.11140.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.65%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=40.65%
G=21.94%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63345800.460.080.75310.3429.919.02
Hex3F223A02E84B1361e13
Octal774272056101134663623
Binary1111111000101110100101110100010010111001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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