Html Css Color HEX #402138 Melanzane

📋 copy color: '#402138'

red 64 ◦ green 33 ◦ blue 56

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

Shades of Melanzane #402138

Tints of Melanzane #402138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

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

R = 41.83%
G = 21.57%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#402138 (or 0x402138) is known color: Melanzane. HEX triplet: 40, 21 and 38. RGB value is (64,33,56). Sum of RGB (Red+Green+Blue) = 64+33+56=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #402138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402138 is #BFDEC7. Grayscale: #2C2C2C. Windows color (decimal): -12574408 or 3678528. OLE color: 3678528.

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

Color convert

RGB 64 33 56 -
CMYK 0 0.48 0.13 0.75
HSL 315.48º 0.32% 0.19% -
HSV(B) 315.48º 0.48% 0.25% -
XYZ 3.37 2.46 4.04 -
YUV 44.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 64 33 56 0 0.48 0.13 0.75 315.48 0.32 0.19
Hex 40 21 38 0 30 D 4B 13B 20 13
Octal 100 41 70 0 60 15 113 473 40 23
Binary 1000000 100001 111000 0 110000 1101 1001011 100111011 100000 10011

Color Harmonies of #402138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402138

Black with #402138

Text Example


Text Example

White with #402138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402138; }

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

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

background-color css

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

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

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

border-color css

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

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

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