Html Css Color HEX #401938 Melanzane

📋 copy color: '#401938'

red 64 ◦ green 25 ◦ blue 56

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

Shades of Melanzane #401938

Tints of Melanzane #401938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 44.14%
G = 17.24%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#401938 (or 0x401938) is known color: Melanzane. HEX triplet: 40, 19 and 38. RGB value is (64,25,56). Sum of RGB (Red+Green+Blue) = 64+25+56=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #401938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401938 is #BFE6C7. Grayscale: #282828. Windows color (decimal): -12576456 or 3676480. OLE color: 3676480.

HSL color Cylindrical-coordinate representation of color #401938: hue angle of 312.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401938 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 25 56 -
CMYK 0 0.61 0.13 0.75
HSL 312.31º 0.44% 0.17% -
HSV(B) 312.31º 0.61% 0.25% -
XYZ 3.18 2.07 3.97 -
YUV 40.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 64 25 56 0 0.61 0.13 0.75 312.31 0.44 0.17
Hex 40 19 38 0 3D D 4B 138 2C 11
Octal 100 31 70 0 75 15 113 470 54 21
Binary 1000000 11001 111000 0 111101 1101 1001011 100111000 101100 10001

Color Harmonies of #401938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401938

Black with #401938

Text Example


Text Example

White with #401938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401938; }

 p { color: rgb(64,25,56); }

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

background-color css

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

 a { background-color: rgb(64,25,56); }

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

border-color css

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

 span { border-color: rgb(64,25,56); }

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