Html Css Color HEX #402339 Melanzane

📋 copy color: '#402339'

red 64 ◦ green 35 ◦ blue 57

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

Shades of Melanzane #402339

Tints of Melanzane #402339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 36.54%

R = 41.03%
G = 22.44%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#402339 (or 0x402339) is known color: Melanzane. HEX triplet: 40, 23 and 39. RGB value is (64,35,57). Sum of RGB (Red+Green+Blue) = 64+35+57=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #402339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402339 is #BFDCC6. Grayscale: #2E2E2E. Windows color (decimal): -12573895 or 3744576. OLE color: 3744576.

HSL color Cylindrical-coordinate representation of color #402339: hue angle of 314.48º 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 #402339 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 35 57 -
CMYK 0 0.45 0.11 0.75
HSL 314.48º 0.29% 0.19% -
HSV(B) 314.48º 0.45% 0.25% -
XYZ 3.45 2.59 4.19 -
YUV 46.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 64 35 57 0 0.45 0.11 0.75 314.48 0.29 0.19
Hex 40 23 39 0 2D B 4B 13A 1D 13
Octal 100 43 71 0 55 13 113 472 35 23
Binary 1000000 100011 111001 0 101101 1011 1001011 100111010 11101 10011

Color Harmonies of #402339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402339

Black with #402339

Text Example


Text Example

White with #402339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402339; }

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

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

background-color css

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

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

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

border-color css

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

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

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