Html Css Color HEX #381D32 Melanzane

📋 copy color: '#381D32'

red 56 ◦ green 29 ◦ blue 50

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

Shades of Melanzane #381D32

Tints of Melanzane #381D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.48%

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

R = 41.48%
G = 21.48%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#381D32 (or 0x381D32) is known color: Melanzane. HEX triplet: 38, 1D and 32. RGB value is (56,29,50). Sum of RGB (Red+Green+Blue) = 56+29+50=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #381D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D32 is #C7E2CD. Grayscale: #272727. Windows color (decimal): -13099726 or 3284280. OLE color: 3284280.

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

Color convert

RGB 56 29 50 -
CMYK 0 0.48 0.11 0.78
HSL 313.33º 0.32% 0.17% -
HSV(B) 313.33º 0.48% 0.22% -
XYZ 2.65 1.95 3.25 -
YUV 39.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 56 29 50 0 0.48 0.11 0.78 313.33 0.32 0.17
Hex 38 1D 32 0 30 B 4E 139 20 11
Octal 70 35 62 0 60 13 116 471 40 21
Binary 111000 11101 110010 0 110000 1011 1001110 100111001 100000 10001

Color Harmonies of #381D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D32

Black with #381D32

Text Example


Text Example

White with #381D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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