Html Css Color HEX #402237 Melanzane

📋 copy color: '#402237'

red 64 ◦ green 34 ◦ blue 55

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

Shades of Melanzane #402237

Tints of Melanzane #402237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 55 (21.88% from 255) = 35.95%

R = 41.83%
G = 22.22%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#402237 (or 0x402237) is known color: Melanzane. HEX triplet: 40, 22 and 37. RGB value is (64,34,55). Sum of RGB (Red+Green+Blue) = 64+34+55=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #402237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402237 is #BFDDC8. Grayscale: #2D2D2D. Windows color (decimal): -12574153 or 3613248. OLE color: 3613248.

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

Color convert

RGB 64 34 55 -
CMYK 0 0.47 0.14 0.75
HSL 318º 0.31% 0.19% -
HSV(B) 318º 0.47% 0.25% -
XYZ 3.38 2.51 3.92 -
YUV 45.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 64 34 55 0 0.47 0.14 0.75 318 0.31 0.19
Hex 40 22 37 0 2F E 4B 13E 1F 13
Octal 100 42 67 0 57 16 113 476 37 23
Binary 1000000 100010 110111 0 101111 1110 1001011 100111110 11111 10011

Color Harmonies of #402237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402237

Black with #402237

Text Example


Text Example

White with #402237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402237; }

 p { color: rgb(64,34,55); }

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

background-color css

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

 a { background-color: rgb(64,34,55); }

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

border-color css

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

 span { border-color: rgb(64,34,55); }

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