Html Css Color HEX #382C34 Melanzane

📋 copy color: '#382C34'

red 56 ◦ green 44 ◦ blue 52

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

Shades of Melanzane #382C34

Tints of Melanzane #382C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.95%

 BLUE value IS 52 (20.7% from 255) = 34.21%

R = 36.84%
G = 28.95%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#382C34 (or 0x382C34) is known color: Melanzane. HEX triplet: 38, 2C and 34. RGB value is (56,44,52). Sum of RGB (Red+Green+Blue) = 56+44+52=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 56 - color contains mainly: red. Hex color #382C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C34 is #C7D3CB. Grayscale: #303030. Windows color (decimal): -13095884 or 3419192. OLE color: 3419192.

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

Color convert

RGB 56 44 52 -
CMYK 0 0.21 0.07 0.78
HSL 320º 0.12% 0.2% -
HSV(B) 320º 0.21% 0.22% -
XYZ 3.15 2.89 3.64 -
YUV 48.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 56 44 52 0 0.21 0.07 0.78 320 0.12 0.2
Hex 38 2C 34 0 15 7 4E 140 C 14
Octal 70 54 64 0 25 7 116 500 14 24
Binary 111000 101100 110100 0 10101 111 1001110 101000000 1100 10100

Color Harmonies of #382C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C34

Black with #382C34

Text Example


Text Example

White with #382C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,52); }

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

background-color css

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

 a { background-color: rgb(56,44,52); }

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

border-color css

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

 span { border-color: rgb(56,44,52); }

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