Html Css Color HEX #382532 Melanzane

📋 copy color: '#382532'

red 56 ◦ green 37 ◦ blue 50

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

Shades of Melanzane #382532

Tints of Melanzane #382532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.87%

 BLUE value IS 50 (19.92% from 255) = 34.97%

R = 39.16%
G = 25.87%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#382532 (or 0x382532) is known color: Melanzane. HEX triplet: 38, 25 and 32. RGB value is (56,37,50). Sum of RGB (Red+Green+Blue) = 56+37+50=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382532 is #C7DACD. Grayscale: #2C2C2C. Windows color (decimal): -13097678 or 3286328. OLE color: 3286328.

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

Color convert

RGB 56 37 50 -
CMYK 0 0.34 0.11 0.78
HSL 318.95º 0.2% 0.18% -
HSV(B) 318.95º 0.34% 0.22% -
XYZ 2.87 2.39 3.33 -
YUV 44.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 56 37 50 0 0.34 0.11 0.78 318.95 0.2 0.18
Hex 38 25 32 0 22 B 4E 13F 14 12
Octal 70 45 62 0 42 13 116 477 24 22
Binary 111000 100101 110010 0 100010 1011 1001110 100111111 10100 10010

Color Harmonies of #382532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382532

Black with #382532

Text Example


Text Example

White with #382532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382532; }

 p { color: rgb(56,37,50); }

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

background-color css

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

 a { background-color: rgb(56,37,50); }

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

border-color css

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

 span { border-color: rgb(56,37,50); }

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