Html Css Color HEX #382832 Melanzane

📋 copy color: '#382832'

red 56 ◦ green 40 ◦ blue 50

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

Shades of Melanzane #382832

Tints of Melanzane #382832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.4%

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

R = 38.36%
G = 27.4%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#382832 (or 0x382832) is known color: Melanzane. HEX triplet: 38, 28 and 32. RGB value is (56,40,50). Sum of RGB (Red+Green+Blue) = 56+40+50=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382832 is #C7D7CD. Grayscale: #2D2D2D. Windows color (decimal): -13096910 or 3287096. OLE color: 3287096.

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

Color convert

RGB 56 40 50 -
CMYK 0 0.29 0.11 0.78
HSL 322.5º 0.17% 0.19% -
HSV(B) 322.5º 0.29% 0.22% -
XYZ 2.97 2.59 3.36 -
YUV 45.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 56 40 50 0 0.29 0.11 0.78 322.5 0.17 0.19
Hex 38 28 32 0 1D B 4E 142 11 13
Octal 70 50 62 0 35 13 116 502 21 23
Binary 111000 101000 110010 0 11101 1011 1001110 101000010 10001 10011

Color Harmonies of #382832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382832

Black with #382832

Text Example


Text Example

White with #382832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382832; }

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

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

background-color css

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

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

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

border-color css

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

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

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