Html Css Color HEX #401D39 Melanzane

📋 copy color: '#401D39'

red 64 ◦ green 29 ◦ blue 57

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

Shades of Melanzane #401D39

Tints of Melanzane #401D39

RGB

 RED value IS 64 (25.39% from 255) = 42.67%

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

 BLUE value IS 57 (22.66% from 255) = 38%

R = 42.67%
G = 19.33%
B = 38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#401D39 (or 0x401D39) is known color: Melanzane. HEX triplet: 40, 1D and 39. RGB value is (64,29,57). Sum of RGB (Red+Green+Blue) = 64+29+57=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #401D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D39 is #BFE2C6. Grayscale: #2A2A2A. Windows color (decimal): -12575431 or 3743040. OLE color: 3743040.

HSL color Cylindrical-coordinate representation of color #401D39: hue angle of 312º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #401D39 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 29 57 -
CMYK 0 0.55 0.11 0.75
HSL 312º 0.38% 0.18% -
HSV(B) 312º 0.55% 0.25% -
XYZ 3.29 2.26 4.13 -
YUV 42.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 64 29 57 0 0.55 0.11 0.75 312 0.38 0.18
Hex 40 1D 39 0 37 B 4B 138 26 12
Octal 100 35 71 0 67 13 113 470 46 22
Binary 1000000 11101 111001 0 110111 1011 1001011 100111000 100110 10010

Color Harmonies of #401D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D39

Black with #401D39

Text Example


Text Example

White with #401D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401D39; }

 p { color: rgb(64,29,57); }

 H1.HeaderClassName
 {
   color: #401D39;
 }
 .AnyTagClassName
 {
   color: #401D39;
 }
</style>

background-color css

<style>
 a { background-color: #401D39; }

 a { background-color: rgb(64,29,57); }

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

border-color css

<style>
 span { border-color: #401D39; }

 span { border-color: rgb(64,29,57); }

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