Html Css Color HEX #382E36 Melanzane

📋 copy color: '#382E36'

red 56 ◦ green 46 ◦ blue 54

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

Shades of Melanzane #382E36

Tints of Melanzane #382E36

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.49%

 BLUE value IS 54 (21.48% from 255) = 34.62%

R = 35.9%
G = 29.49%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#382E36 (or 0x382E36) is known color: Melanzane. HEX triplet: 38, 2E and 36. RGB value is (56,46,54). Sum of RGB (Red+Green+Blue) = 56+46+54=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #382E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E36 is #C7D1C9. Grayscale: #313131. Windows color (decimal): -13095370 or 3550776. OLE color: 3550776.

HSL color Cylindrical-coordinate representation of color #382E36: hue angle of 312º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #382E36 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 54 -
CMYK 0 0.18 0.04 0.78
HSL 312º 0.1% 0.2% -
HSV(B) 312º 0.18% 0.22% -
XYZ 3.27 3.06 3.91 -
YUV 49.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 56 46 54 0 0.18 0.04 0.78 312 0.1 0.2
Hex 38 2E 36 0 12 4 4E 138 A 14
Octal 70 56 66 0 22 4 116 470 12 24
Binary 111000 101110 110110 0 10010 100 1001110 100111000 1010 10100

Color Harmonies of #382E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E36

Black with #382E36

Text Example


Text Example

White with #382E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E36; }

 p { color: rgb(56,46,54); }

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

background-color css

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

 a { background-color: rgb(56,46,54); }

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

border-color css

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

 span { border-color: rgb(56,46,54); }

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