Html Css Color HEX #3F1D35 Melanzane

📋 copy color: '#3F1D35'

red 63 ◦ green 29 ◦ blue 53

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

Shades of Melanzane #3F1D35

Tints of Melanzane #3F1D35

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20%

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

R = 43.45%
G = 20%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3F1D35 (or 0x3F1D35) is known color: Melanzane. HEX triplet: 3F, 1D and 35. RGB value is (63,29,53). Sum of RGB (Red+Green+Blue) = 63+29+53=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D35 is #C0E2CA. Grayscale: #292929. Windows color (decimal): -12640971 or 3480895. OLE color: 3480895.

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

Color convert

RGB 63 29 53 -
CMYK 0 0.54 0.16 0.75
HSL 317.65º 0.37% 0.18% -
HSV(B) 317.65º 0.54% 0.25% -
XYZ 3.13 2.19 3.63 -
YUV 41.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 63 29 53 0 0.54 0.16 0.75 317.65 0.37 0.18
Hex 3F 1D 35 0 36 10 4B 13E 25 12
Octal 77 35 65 0 66 20 113 476 45 22
Binary 111111 11101 110101 0 110110 10000 1001011 100111110 100101 10010

Color Harmonies of #3F1D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1D35

Black with #3F1D35

Text Example


Text Example

White with #3F1D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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