Html Css Color HEX #381E32 Melanzane

📋 copy color: '#381E32'

red 56 ◦ green 30 ◦ blue 50

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

Shades of Melanzane #381E32

Tints of Melanzane #381E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.06%

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

R = 41.18%
G = 22.06%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#381E32 (or 0x381E32) is known color: Melanzane. HEX triplet: 38, 1E and 32. RGB value is (56,30,50). Sum of RGB (Red+Green+Blue) = 56+30+50=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #381E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E32 is #C7E1CD. Grayscale: #282828. Windows color (decimal): -13099470 or 3284536. OLE color: 3284536.

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

Color convert

RGB 56 30 50 -
CMYK 0 0.46 0.11 0.78
HSL 313.85º 0.3% 0.17% -
HSV(B) 313.85º 0.46% 0.22% -
XYZ 2.67 2 3.26 -
YUV 40.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 56 30 50 0 0.46 0.11 0.78 313.85 0.3 0.17
Hex 38 1E 32 0 2E B 4E 13A 1E 11
Octal 70 36 62 0 56 13 116 472 36 21
Binary 111000 11110 110010 0 101110 1011 1001110 100111010 11110 10001

Color Harmonies of #381E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E32

Black with #381E32

Text Example


Text Example

White with #381E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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