Html Css Color HEX #3F2138 Melanzane

📋 copy color: '#3F2138'

red 63 ◦ green 33 ◦ blue 56

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

Shades of Melanzane #3F2138

Tints of Melanzane #3F2138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 41.45%
G = 21.71%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3F2138 (or 0x3F2138) is known color: Melanzane. HEX triplet: 3F, 21 and 38. RGB value is (63,33,56). Sum of RGB (Red+Green+Blue) = 63+33+56=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2138 is #C0DEC7. Grayscale: #2C2C2C. Windows color (decimal): -12639944 or 3678527. OLE color: 3678527.

HSL color Cylindrical-coordinate representation of color #3F2138: hue angle of 314º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F2138 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 33 56 -
CMYK 0 0.48 0.11 0.75
HSL 314º 0.31% 0.19% -
HSV(B) 314º 0.48% 0.25% -
XYZ 3.31 2.43 4.04 -
YUV 44.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 63 33 56 0 0.48 0.11 0.75 314 0.31 0.19
Hex 3F 21 38 0 30 B 4B 13A 1F 13
Octal 77 41 70 0 60 13 113 472 37 23
Binary 111111 100001 111000 0 110000 1011 1001011 100111010 11111 10011

Color Harmonies of #3F2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2138

Black with #3F2138

Text Example


Text Example

White with #3F2138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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