Html Css Color HEX #382932 Melanzane

📋 copy color: '#382932'

red 56 ◦ green 41 ◦ blue 50

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

Shades of Melanzane #382932

Tints of Melanzane #382932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

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

R = 38.1%
G = 27.89%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#382932 (or 0x382932) is known color: Melanzane. HEX triplet: 38, 29 and 32. RGB value is (56,41,50). Sum of RGB (Red+Green+Blue) = 56+41+50=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #382932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382932 is #C7D6CD. Grayscale: #2E2E2E. Windows color (decimal): -13096654 or 3287352. OLE color: 3287352.

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

Color convert

RGB 56 41 50 -
CMYK 0 0.27 0.11 0.78
HSL 324º 0.15% 0.19% -
HSV(B) 324º 0.27% 0.22% -
XYZ 3 2.66 3.37 -
YUV 46.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 56 41 50 0 0.27 0.11 0.78 324 0.15 0.19
Hex 38 29 32 0 1B B 4E 144 F 13
Octal 70 51 62 0 33 13 116 504 17 23
Binary 111000 101001 110010 0 11011 1011 1001110 101000100 1111 10011

Color Harmonies of #382932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382932

Black with #382932

Text Example


Text Example

White with #382932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382932; }

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

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

background-color css

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

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

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

border-color css

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

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

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