Html Css Color HEX #402238 Melanzane

📋 copy color: '#402238'

red 64 ◦ green 34 ◦ blue 56

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

Shades of Melanzane #402238

Tints of Melanzane #402238

RGB

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

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

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

R = 41.56%
G = 22.08%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#402238 (or 0x402238) is known color: Melanzane. HEX triplet: 40, 22 and 38. RGB value is (64,34,56). Sum of RGB (Red+Green+Blue) = 64+34+56=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #402238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402238 is #BFDDC7. Grayscale: #2D2D2D. Windows color (decimal): -12574152 or 3678784. OLE color: 3678784.

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

Color convert

RGB 64 34 56 -
CMYK 0 0.47 0.13 0.75
HSL 316º 0.31% 0.19% -
HSV(B) 316º 0.47% 0.25% -
XYZ 3.4 2.52 4.05 -
YUV 45.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 64 34 56 0 0.47 0.13 0.75 316 0.31 0.19
Hex 40 22 38 0 2F D 4B 13C 1F 13
Octal 100 42 70 0 57 15 113 474 37 23
Binary 1000000 100010 111000 0 101111 1101 1001011 100111100 11111 10011

Color Harmonies of #402238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402238

Black with #402238

Text Example


Text Example

White with #402238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402238; }

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

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

background-color css

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

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

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

border-color css

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

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

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