Html Css Color HEX #402538 Melanzane

📋 copy color: '#402538'

red 64 ◦ green 37 ◦ blue 56

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

Shades of Melanzane #402538

Tints of Melanzane #402538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 40.76%
G = 23.57%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#402538 (or 0x402538) is known color: Melanzane. HEX triplet: 40, 25 and 38. RGB value is (64,37,56). Sum of RGB (Red+Green+Blue) = 64+37+56=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #402538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402538 is #BFDAC7. Grayscale: #2F2F2F. Windows color (decimal): -12573384 or 3679552. OLE color: 3679552.

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

Color convert

RGB 64 37 56 -
CMYK 0 0.42 0.13 0.75
HSL 317.78º 0.27% 0.2% -
HSV(B) 317.78º 0.42% 0.25% -
XYZ 3.49 2.7 4.08 -
YUV 47.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 64 37 56 0 0.42 0.13 0.75 317.78 0.27 0.2
Hex 40 25 38 0 2A D 4B 13E 1B 14
Octal 100 45 70 0 52 15 113 476 33 24
Binary 1000000 100101 111000 0 101010 1101 1001011 100111110 11011 10100

Color Harmonies of #402538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402538

Black with #402538

Text Example


Text Example

White with #402538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402538; }

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

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

background-color css

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

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

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

border-color css

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

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

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