Html Css Color HEX #401B37 Melanzane

📋 copy color: '#401B37'

red 64 ◦ green 27 ◦ blue 55

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

Shades of Melanzane #401B37

Tints of Melanzane #401B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.49%

 BLUE value IS 55 (21.88% from 255) = 37.67%

R = 43.84%
G = 18.49%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#401B37 (or 0x401B37) is known color: Melanzane. HEX triplet: 40, 1B and 37. RGB value is (64,27,55). Sum of RGB (Red+Green+Blue) = 64+27+55=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #401B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B37 is #BFE4C8. Grayscale: #292929. Windows color (decimal): -12575945 or 3611456. OLE color: 3611456.

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

Color convert

RGB 64 27 55 -
CMYK 0 0.58 0.14 0.75
HSL 314.59º 0.41% 0.18% -
HSV(B) 314.59º 0.58% 0.25% -
XYZ 3.2 2.15 3.86 -
YUV 41.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 64 27 55 0 0.58 0.14 0.75 314.59 0.41 0.18
Hex 40 1B 37 0 3A E 4B 13B 29 12
Octal 100 33 67 0 72 16 113 473 51 22
Binary 1000000 11011 110111 0 111010 1110 1001011 100111011 101001 10010

Color Harmonies of #401B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B37

Black with #401B37

Text Example


Text Example

White with #401B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,27,55); }

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

background-color css

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

 a { background-color: rgb(64,27,55); }

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

border-color css

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

 span { border-color: rgb(64,27,55); }

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