Html Css Color HEX #382131 Melanzane

📋 copy color: '#382131'

red 56 ◦ green 33 ◦ blue 49

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

Shades of Melanzane #382131

Tints of Melanzane #382131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 40.58%
G = 23.91%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382131 (or 0x382131) is known color: Melanzane. HEX triplet: 38, 21 and 31. RGB value is (56,33,49). Sum of RGB (Red+Green+Blue) = 56+33+49=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #382131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382131 is #C7DECE. Grayscale: #292929. Windows color (decimal): -13098703 or 3219768. OLE color: 3219768.

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

Color convert

RGB 56 33 49 -
CMYK 0 0.41 0.12 0.78
HSL 318.26º 0.26% 0.17% -
HSV(B) 318.26º 0.41% 0.22% -
XYZ 2.73 2.15 3.18 -
YUV 41.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 56 33 49 0 0.41 0.12 0.78 318.26 0.26 0.17
Hex 38 21 31 0 29 C 4E 13E 1A 11
Octal 70 41 61 0 51 14 116 476 32 21
Binary 111000 100001 110001 0 101001 1100 1001110 100111110 11010 10001

Color Harmonies of #382131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382131

Black with #382131

Text Example


Text Example

White with #382131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382131; }

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

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

background-color css

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

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

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

border-color css

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

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

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