Html Css Color HEX #3F1F35 Melanzane

📋 copy color: '#3F1F35'

red 63 ◦ green 31 ◦ blue 53

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

Shades of Melanzane #3F1F35

Tints of Melanzane #3F1F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

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

R = 42.86%
G = 21.09%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3F1F35 (or 0x3F1F35) is known color: Melanzane. HEX triplet: 3F, 1F and 35. RGB value is (63,31,53). Sum of RGB (Red+Green+Blue) = 63+31+53=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F35 is #C0E0CA. Grayscale: #2B2B2B. Windows color (decimal): -12640459 or 3481407. OLE color: 3481407.

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

Color convert

RGB 63 31 53 -
CMYK 0 0.51 0.16 0.75
HSL 318.75º 0.34% 0.18% -
HSV(B) 318.75º 0.51% 0.25% -
XYZ 3.18 2.29 3.64 -
YUV 43.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 63 31 53 0 0.51 0.16 0.75 318.75 0.34 0.18
Hex 3F 1F 35 0 33 10 4B 13F 22 12
Octal 77 37 65 0 63 20 113 477 42 22
Binary 111111 11111 110101 0 110011 10000 1001011 100111111 100010 10010

Color Harmonies of #3F1F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1F35

Black with #3F1F35

Text Example


Text Example

White with #3F1F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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