Html Css Color HEX #382732 Melanzane

📋 copy color: '#382732'

red 56 ◦ green 39 ◦ blue 50

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

Shades of Melanzane #382732

Tints of Melanzane #382732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.9%

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

R = 38.62%
G = 26.9%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#382732 (or 0x382732) is known color: Melanzane. HEX triplet: 38, 27 and 32. RGB value is (56,39,50). Sum of RGB (Red+Green+Blue) = 56+39+50=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382732 is #C7D8CD. Grayscale: #2D2D2D. Windows color (decimal): -13097166 or 3286840. OLE color: 3286840.

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

Color convert

RGB 56 39 50 -
CMYK 0 0.30 0.11 0.78
HSL 321.18º 0.18% 0.19% -
HSV(B) 321.18º 0.3% 0.22% -
XYZ 2.93 2.52 3.35 -
YUV 45.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 56 39 50 0 0.30 0.11 0.78 321.18 0.18 0.19
Hex 38 27 32 0 1E B 4E 141 12 13
Octal 70 47 62 0 36 13 116 501 22 23
Binary 111000 100111 110010 0 11110 1011 1001110 101000001 10010 10011

Color Harmonies of #382732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382732

Black with #382732

Text Example


Text Example

White with #382732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382732; }

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

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

background-color css

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

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

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

border-color css

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

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

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