Html Css Color HEX #402336 Melanzane

📋 copy color: '#402336'

red 64 ◦ green 35 ◦ blue 54

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

Shades of Melanzane #402336

Tints of Melanzane #402336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 41.83%
G = 22.88%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#402336 (or 0x402336) is known color: Melanzane. HEX triplet: 40, 23 and 36. RGB value is (64,35,54). Sum of RGB (Red+Green+Blue) = 64+35+54=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #402336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402336 is #BFDCC9. Grayscale: #2D2D2D. Windows color (decimal): -12573898 or 3547968. OLE color: 3547968.

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

Color convert

RGB 64 35 54 -
CMYK 0 0.45 0.16 0.75
HSL 320.69º 0.29% 0.19% -
HSV(B) 320.69º 0.45% 0.25% -
XYZ 3.38 2.56 3.81 -
YUV 45.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 64 35 54 0 0.45 0.16 0.75 320.69 0.29 0.19
Hex 40 23 36 0 2D 10 4B 141 1D 13
Octal 100 43 66 0 55 20 113 501 35 23
Binary 1000000 100011 110110 0 101101 10000 1001011 101000001 11101 10011

Color Harmonies of #402336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402336

Black with #402336

Text Example


Text Example

White with #402336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402336; }

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

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

background-color css

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

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

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

border-color css

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

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

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