Html Css Color HEX #401E36 Melanzane

📋 copy color: '#401E36'

red 64 ◦ green 30 ◦ blue 54

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

Shades of Melanzane #401E36

Tints of Melanzane #401E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

 BLUE value IS 54 (21.48% from 255) = 36.49%

R = 43.24%
G = 20.27%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#401E36 (or 0x401E36) is known color: Melanzane. HEX triplet: 40, 1E and 36. RGB value is (64,30,54). Sum of RGB (Red+Green+Blue) = 64+30+54=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #401E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E36 is #BFE1C9. Grayscale: #2A2A2A. Windows color (decimal): -12575178 or 3546688. OLE color: 3546688.

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

Color convert

RGB 64 30 54 -
CMYK 0 0.53 0.16 0.75
HSL 317.65º 0.36% 0.18% -
HSV(B) 317.65º 0.53% 0.25% -
XYZ 3.24 2.28 3.76 -
YUV 42.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 64 30 54 0 0.53 0.16 0.75 317.65 0.36 0.18
Hex 40 1E 36 0 35 10 4B 13E 24 12
Octal 100 36 66 0 65 20 113 476 44 22
Binary 1000000 11110 110110 0 110101 10000 1001011 100111110 100100 10010

Color Harmonies of #401E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E36

Black with #401E36

Text Example


Text Example

White with #401E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,54); }

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

background-color css

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

 a { background-color: rgb(64,30,54); }

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

border-color css

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

 span { border-color: rgb(64,30,54); }

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