Html Css Color HEX #401A38 Melanzane

📋 copy color: '#401A38'

red 64 ◦ green 26 ◦ blue 56

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

Shades of Melanzane #401A38

Tints of Melanzane #401A38

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.81%

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

R = 43.84%
G = 17.81%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#401A38 (or 0x401A38) is known color: Melanzane. HEX triplet: 40, 1A and 38. RGB value is (64,26,56). Sum of RGB (Red+Green+Blue) = 64+26+56=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #401A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A38 is #BFE5C7. Grayscale: #282828. Windows color (decimal): -12576200 or 3676736. OLE color: 3676736.

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

Color convert

RGB 64 26 56 -
CMYK 0 0.59 0.13 0.75
HSL 312.63º 0.42% 0.18% -
HSV(B) 312.63º 0.59% 0.25% -
XYZ 3.2 2.11 3.98 -
YUV 40.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 64 26 56 0 0.59 0.13 0.75 312.63 0.42 0.18
Hex 40 1A 38 0 3B D 4B 139 2A 12
Octal 100 32 70 0 73 15 113 471 52 22
Binary 1000000 11010 111000 0 111011 1101 1001011 100111001 101010 10010

Color Harmonies of #401A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A38

Black with #401A38

Text Example


Text Example

White with #401A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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