Html Css Color HEX #3F2237 Melanzane

📋 copy color: '#3F2237'

red 63 ◦ green 34 ◦ blue 55

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

Shades of Melanzane #3F2237

Tints of Melanzane #3F2237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 36.18%

R = 41.45%
G = 22.37%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3F2237 (or 0x3F2237) is known color: Melanzane. HEX triplet: 3F, 22 and 37. RGB value is (63,34,55). Sum of RGB (Red+Green+Blue) = 63+34+55=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2237 is #C0DDC8. Grayscale: #2D2D2D. Windows color (decimal): -12639689 or 3613247. OLE color: 3613247.

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

Color convert

RGB 63 34 55 -
CMYK 0 0.46 0.13 0.75
HSL 316.55º 0.3% 0.19% -
HSV(B) 316.55º 0.46% 0.25% -
XYZ 3.31 2.48 3.92 -
YUV 45.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 63 34 55 0 0.46 0.13 0.75 316.55 0.3 0.19
Hex 3F 22 37 0 2E D 4B 13D 1E 13
Octal 77 42 67 0 56 15 113 475 36 23
Binary 111111 100010 110111 0 101110 1101 1001011 100111101 11110 10011

Color Harmonies of #3F2237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2237

Black with #3F2237

Text Example


Text Example

White with #3F2237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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