Html Css Color HEX #3D1F34 Melanzane

📋 copy color: '#3D1F34'

red 61 ◦ green 31 ◦ blue 52

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

Shades of Melanzane #3D1F34

Tints of Melanzane #3D1F34

RGB

 RED value IS 61 (24.22% from 255) = 42.36%

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

 BLUE value IS 52 (20.7% from 255) = 36.11%

R = 42.36%
G = 21.53%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3D1F34 (or 0x3D1F34) is known color: Melanzane. HEX triplet: 3D, 1F and 34. RGB value is (61,31,52). Sum of RGB (Red+Green+Blue) = 61+31+52=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F34 is #C2E0CB. Grayscale: #2A2A2A. Windows color (decimal): -12771532 or 3415869. OLE color: 3415869.

HSL color Cylindrical-coordinate representation of color #3D1F34: hue angle of 318º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D1F34 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 31 52 -
CMYK 0 0.49 0.15 0.76
HSL 318º 0.33% 0.18% -
HSV(B) 318º 0.49% 0.24% -
XYZ 3.03 2.22 3.52 -
YUV 42.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 61 31 52 0 0.49 0.15 0.76 318 0.33 0.18
Hex 3D 1F 34 0 31 F 4C 13E 21 12
Octal 75 37 64 0 61 17 114 476 41 22
Binary 111101 11111 110100 0 110001 1111 1001100 100111110 100001 10010

Color Harmonies of #3D1F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F34

Black with #3D1F34

Text Example


Text Example

White with #3D1F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,52); }

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

background-color css

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

 a { background-color: rgb(61,31,52); }

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

border-color css

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

 span { border-color: rgb(61,31,52); }

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