Html Css Color HEX #401F39 Melanzane

📋 copy color: '#401F39'

red 64 ◦ green 31 ◦ blue 57

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

Shades of Melanzane #401F39

Tints of Melanzane #401F39

RGB

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

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

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

R = 42.11%
G = 20.39%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#401F39 (or 0x401F39) is known color: Melanzane. HEX triplet: 40, 1F and 39. RGB value is (64,31,57). Sum of RGB (Red+Green+Blue) = 64+31+57=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #401F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F39 is #BFE0C6. Grayscale: #2B2B2B. Windows color (decimal): -12574919 or 3743552. OLE color: 3743552.

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

Color convert

RGB 64 31 57 -
CMYK 0 0.52 0.11 0.75
HSL 312.73º 0.35% 0.19% -
HSV(B) 312.73º 0.52% 0.25% -
XYZ 3.34 2.37 4.15 -
YUV 43.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 64 31 57 0 0.52 0.11 0.75 312.73 0.35 0.19
Hex 40 1F 39 0 34 B 4B 139 23 13
Octal 100 37 71 0 64 13 113 471 43 23
Binary 1000000 11111 111001 0 110100 1011 1001011 100111001 100011 10011

Color Harmonies of #401F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F39

Black with #401F39

Text Example


Text Example

White with #401F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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