Html Css Color HEX #382231 Melanzane

📋 copy color: '#382231'

red 56 ◦ green 34 ◦ blue 49

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

Shades of Melanzane #382231

Tints of Melanzane #382231

RGB

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

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

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

R = 40.29%
G = 24.46%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382231 (or 0x382231) is known color: Melanzane. HEX triplet: 38, 22 and 31. RGB value is (56,34,49). Sum of RGB (Red+Green+Blue) = 56+34+49=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382231 is #C7DDCE. Grayscale: #2A2A2A. Windows color (decimal): -13098447 or 3220024. OLE color: 3220024.

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

Color convert

RGB 56 34 49 -
CMYK 0 0.39 0.12 0.78
HSL 319.09º 0.24% 0.18% -
HSV(B) 319.09º 0.39% 0.22% -
XYZ 2.76 2.21 3.19 -
YUV 42.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 56 34 49 0 0.39 0.12 0.78 319.09 0.24 0.18
Hex 38 22 31 0 27 C 4E 13F 18 12
Octal 70 42 61 0 47 14 116 477 30 22
Binary 111000 100010 110001 0 100111 1100 1001110 100111111 11000 10010

Color Harmonies of #382231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382231

Black with #382231

Text Example


Text Example

White with #382231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382231; }

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

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

background-color css

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

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

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

border-color css

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

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

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