Html Css Color HEX #3F2135 Melanzane

📋 copy color: '#3F2135'

red 63 ◦ green 33 ◦ blue 53

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

Shades of Melanzane #3F2135

Tints of Melanzane #3F2135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 42.28%
G = 22.15%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3F2135 (or 0x3F2135) is known color: Melanzane. HEX triplet: 3F, 21 and 35. RGB value is (63,33,53). Sum of RGB (Red+Green+Blue) = 63+33+53=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2135 is #C0DECA. Grayscale: #2C2C2C. Windows color (decimal): -12639947 or 3481919. OLE color: 3481919.

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

Color convert

RGB 63 33 53 -
CMYK 0 0.48 0.16 0.75
HSL 320º 0.31% 0.19% -
HSV(B) 320º 0.48% 0.25% -
XYZ 3.24 2.4 3.66 -
YUV 44.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 63 33 53 0 0.48 0.16 0.75 320 0.31 0.19
Hex 3F 21 35 0 30 10 4B 140 1F 13
Octal 77 41 65 0 60 20 113 500 37 23
Binary 111111 100001 110101 0 110000 10000 1001011 101000000 11111 10011

Color Harmonies of #3F2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2135

Black with #3F2135

Text Example


Text Example

White with #3F2135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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