Html Css Color HEX #3F2239 Melanzane

📋 copy color: '#3F2239'

red 63 ◦ green 34 ◦ blue 57

#3F2239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #3F2239

Tints of Melanzane #3F2239

RGB

 RED value IS 63 (25% from 255) = 40.91%

 GREEN value IS 34 (13.67% from 255) = 22.08%

 BLUE value IS 57 (22.66% from 255) = 37.01%

R = 40.91%
G = 22.08%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F2239 (or 0x3F2239) is known color: Melanzane. HEX triplet: 3F, 22 and 39. RGB value is (63,34,57). Sum of RGB (Red+Green+Blue) = 63+34+57=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2239 is #C0DDC6. Grayscale: #2D2D2D. Windows color (decimal): -12639687 or 3744319. OLE color: 3744319.

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

Color convert

RGB 63 34 57 -
CMYK 0 0.46 0.10 0.75
HSL 312.41º 0.3% 0.19% -
HSV(B) 312.41º 0.46% 0.25% -
XYZ 3.36 2.5 4.18 -
YUV 45.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 63 34 57 0 0.46 0.10 0.75 312.41 0.3 0.19
Hex 3F 22 39 0 2E A 4B 138 1E 13
Octal 77 42 71 0 56 12 113 470 36 23
Binary 111111 100010 111001 0 101110 1010 1001011 100111000 11110 10011

Color Harmonies of #3F2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2239

Black with #3F2239

Text Example


Text Example

White with #3F2239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F2239;
 }
 .AnyTagClassName
 {
   color: #3F2239;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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