Html Css Color HEX #402938 Melanzane

📋 copy color: '#402938'

red 64 ◦ green 41 ◦ blue 56

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

Shades of Melanzane #402938

Tints of Melanzane #402938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

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

R = 39.75%
G = 25.47%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#402938 (or 0x402938) is known color: Melanzane. HEX triplet: 40, 29 and 38. RGB value is (64,41,56). Sum of RGB (Red+Green+Blue) = 64+41+56=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #402938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402938 is #BFD6C7. Grayscale: #313131. Windows color (decimal): -12572360 or 3680576. OLE color: 3680576.

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

Color convert

RGB 64 41 56 -
CMYK 0 0.36 0.13 0.75
HSL 320.87º 0.22% 0.21% -
HSV(B) 320.87º 0.36% 0.25% -
XYZ 3.62 2.96 4.12 -
YUV 49.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 64 41 56 0 0.36 0.13 0.75 320.87 0.22 0.21
Hex 40 29 38 0 24 D 4B 141 16 15
Octal 100 51 70 0 44 15 113 501 26 25
Binary 1000000 101001 111000 0 100100 1101 1001011 101000001 10110 10101

Color Harmonies of #402938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402938

Black with #402938

Text Example


Text Example

White with #402938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402938; }

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

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

background-color css

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

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

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

border-color css

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

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

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