Html Css Color HEX #3F1E36 Melanzane

📋 copy color: '#3F1E36'

red 63 ◦ green 30 ◦ blue 54

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

Shades of Melanzane #3F1E36

Tints of Melanzane #3F1E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

 BLUE value IS 54 (21.48% from 255) = 36.73%

R = 42.86%
G = 20.41%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3F1E36 (or 0x3F1E36) is known color: Melanzane. HEX triplet: 3F, 1E and 36. RGB value is (63,30,54). Sum of RGB (Red+Green+Blue) = 63+30+54=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E36 is #C0E1C9. Grayscale: #2A2A2A. Windows color (decimal): -12640714 or 3546687. OLE color: 3546687.

HSL color Cylindrical-coordinate representation of color #3F1E36: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F1E36 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 30 54 -
CMYK 0 0.52 0.14 0.75
HSL 316.36º 0.35% 0.18% -
HSV(B) 316.36º 0.52% 0.25% -
XYZ 3.18 2.25 3.76 -
YUV 42.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 63 30 54 0 0.52 0.14 0.75 316.36 0.35 0.18
Hex 3F 1E 36 0 34 E 4B 13C 23 12
Octal 77 36 66 0 64 16 113 474 43 22
Binary 111111 11110 110110 0 110100 1110 1001011 100111100 100011 10010

Color Harmonies of #3F1E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1E36

Black with #3F1E36

Text Example


Text Example

White with #3F1E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,30,54); }

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

background-color css

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

 a { background-color: rgb(63,30,54); }

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

border-color css

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

 span { border-color: rgb(63,30,54); }

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