Html Css Color HEX #382431 Melanzane

📋 copy color: '#382431'

red 56 ◦ green 36 ◦ blue 49

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

Shades of Melanzane #382431

Tints of Melanzane #382431

RGB

 RED value IS 56 (22.27% from 255) = 39.72%

 GREEN value IS 36 (14.45% from 255) = 25.53%

 BLUE value IS 49 (19.53% from 255) = 34.75%

R = 39.72%
G = 25.53%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382431 (or 0x382431) is known color: Melanzane. HEX triplet: 38, 24 and 31. RGB value is (56,36,49). Sum of RGB (Red+Green+Blue) = 56+36+49=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382431 is #C7DBCE. Grayscale: #2B2B2B. Windows color (decimal): -13097935 or 3220536. OLE color: 3220536.

HSL color Cylindrical-coordinate representation of color #382431: hue angle of 321º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #382431 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 49 -
CMYK 0 0.36 0.12 0.78
HSL 321º 0.22% 0.18% -
HSV(B) 321º 0.36% 0.22% -
XYZ 2.82 2.32 3.21 -
YUV 43.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 56 36 49 0 0.36 0.12 0.78 321 0.22 0.18
Hex 38 24 31 0 24 C 4E 141 16 12
Octal 70 44 61 0 44 14 116 501 26 22
Binary 111000 100100 110001 0 100100 1100 1001110 101000001 10110 10010

Color Harmonies of #382431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382431

Black with #382431

Text Example


Text Example

White with #382431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382431; }

 p { color: rgb(56,36,49); }

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

background-color css

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

 a { background-color: rgb(56,36,49); }

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

border-color css

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

 span { border-color: rgb(56,36,49); }

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