Html Css Color HEX #402338 Melanzane

📋 copy color: '#402338'

red 64 ◦ green 35 ◦ blue 56

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

Shades of Melanzane #402338

Tints of Melanzane #402338

RGB

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

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

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

R = 41.29%
G = 22.58%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#402338 (or 0x402338) is known color: Melanzane. HEX triplet: 40, 23 and 38. RGB value is (64,35,56). Sum of RGB (Red+Green+Blue) = 64+35+56=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #402338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402338 is #BFDCC7. Grayscale: #2E2E2E. Windows color (decimal): -12573896 or 3679040. OLE color: 3679040.

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

Color convert

RGB 64 35 56 -
CMYK 0 0.45 0.13 0.75
HSL 316.55º 0.29% 0.19% -
HSV(B) 316.55º 0.45% 0.25% -
XYZ 3.43 2.58 4.06 -
YUV 46.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 64 35 56 0 0.45 0.13 0.75 316.55 0.29 0.19
Hex 40 23 38 0 2D D 4B 13D 1D 13
Octal 100 43 70 0 55 15 113 475 35 23
Binary 1000000 100011 111000 0 101101 1101 1001011 100111101 11101 10011

Color Harmonies of #402338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402338

Black with #402338

Text Example


Text Example

White with #402338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402338; }

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

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

background-color css

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

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

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

border-color css

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

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

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