Html Css Color HEX #3F1E38 Melanzane

📋 copy color: '#3F1E38'

red 63 ◦ green 30 ◦ blue 56

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

Shades of Melanzane #3F1E38

Tints of Melanzane #3F1E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 37.58%

R = 42.28%
G = 20.13%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3F1E38 (or 0x3F1E38) is known color: Melanzane. HEX triplet: 3F, 1E and 38. RGB value is (63,30,56). Sum of RGB (Red+Green+Blue) = 63+30+56=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E38 is #C0E1C7. Grayscale: #2A2A2A. Windows color (decimal): -12640712 or 3677759. OLE color: 3677759.

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

Color convert

RGB 63 30 56 -
CMYK 0 0.52 0.11 0.75
HSL 312.73º 0.35% 0.18% -
HSV(B) 312.73º 0.52% 0.25% -
XYZ 3.23 2.27 4.01 -
YUV 42.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 63 30 56 0 0.52 0.11 0.75 312.73 0.35 0.18
Hex 3F 1E 38 0 34 B 4B 139 23 12
Octal 77 36 70 0 64 13 113 471 43 22
Binary 111111 11110 111000 0 110100 1011 1001011 100111001 100011 10010

Color Harmonies of #3F1E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1E38

Black with #3F1E38

Text Example


Text Example

White with #3F1E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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