Html Css Color HEX #382631 Melanzane

📋 copy color: '#382631'

red 56 ◦ green 38 ◦ blue 49

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

Shades of Melanzane #382631

Tints of Melanzane #382631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 39.16%
G = 26.57%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382631 (or 0x382631) is known color: Melanzane. HEX triplet: 38, 26 and 31. RGB value is (56,38,49). Sum of RGB (Red+Green+Blue) = 56+38+49=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382631 is #C7D9CE. Grayscale: #2C2C2C. Windows color (decimal): -13097423 or 3221048. OLE color: 3221048.

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

Color convert

RGB 56 38 49 -
CMYK 0 0.32 0.12 0.78
HSL 323.33º 0.19% 0.18% -
HSV(B) 323.33º 0.32% 0.22% -
XYZ 2.88 2.45 3.23 -
YUV 44.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 56 38 49 0 0.32 0.12 0.78 323.33 0.19 0.18
Hex 38 26 31 0 20 C 4E 143 13 12
Octal 70 46 61 0 40 14 116 503 23 22
Binary 111000 100110 110001 0 100000 1100 1001110 101000011 10011 10010

Color Harmonies of #382631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382631

Black with #382631

Text Example


Text Example

White with #382631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382631; }

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

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

background-color css

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

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

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

border-color css

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

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

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