Html Css Color HEX #382D34 Melanzane

📋 copy color: '#382D34'

red 56 ◦ green 45 ◦ blue 52

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

Shades of Melanzane #382D34

Tints of Melanzane #382D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.41%

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

R = 36.6%
G = 29.41%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#382D34 (or 0x382D34) is known color: Melanzane. HEX triplet: 38, 2D and 34. RGB value is (56,45,52). Sum of RGB (Red+Green+Blue) = 56+45+52=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #382D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D34 is #C7D2CB. Grayscale: #313131. Windows color (decimal): -13095628 or 3419448. OLE color: 3419448.

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

Color convert

RGB 56 45 52 -
CMYK 0 0.20 0.07 0.78
HSL 321.82º 0.11% 0.2% -
HSV(B) 321.82º 0.2% 0.22% -
XYZ 3.19 2.97 3.65 -
YUV 49.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 56 45 52 0 0.20 0.07 0.78 321.82 0.11 0.2
Hex 38 2D 34 0 14 7 4E 142 B 14
Octal 70 55 64 0 24 7 116 502 13 24
Binary 111000 101101 110100 0 10100 111 1001110 101000010 1011 10100

Color Harmonies of #382D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D34

Black with #382D34

Text Example


Text Example

White with #382D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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