Html Css Color HEX #392D35 Melanzane

📋 copy color: '#392D35'

red 57 ◦ green 45 ◦ blue 53

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

Shades of Melanzane #392D35

Tints of Melanzane #392D35

RGB

 RED value IS 57 (22.66% from 255) = 36.77%

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

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 36.77%
G = 29.03%
B = 34.19%

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

#392D35 (or 0x392D35) is known color: Melanzane. HEX triplet: 39, 2D and 35. RGB value is (57,45,53). Sum of RGB (Red+Green+Blue) = 57+45+53=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 57 - color contains mainly: red. Hex color #392D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D35 is #C6D2CA. Grayscale: #313131. Windows color (decimal): -13030091 or 3484985. OLE color: 3484985.

HSL color Cylindrical-coordinate representation of color #392D35: 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 #392D35 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 45 53 -
CMYK 0 0.21 0.07 0.78
HSL 320º 0.12% 0.2% -
HSV(B) 320º 0.21% 0.22% -
XYZ 3.27 3 3.78 -
YUV 49.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 57 45 53 0 0.21 0.07 0.78 320 0.12 0.2
Hex 39 2D 35 0 15 7 4E 140 C 14
Octal 71 55 65 0 25 7 116 500 14 24
Binary 111001 101101 110101 0 10101 111 1001110 101000000 1100 10100

Color Harmonies of #392D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D35

Black with #392D35

Text Example


Text Example

White with #392D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392D35; }

 p { color: rgb(57,45,53); }

 H1.HeaderClassName
 {
   color: #392D35;
 }
 .AnyTagClassName
 {
   color: #392D35;
 }
</style>

background-color css

<style>
 a { background-color: #392D35; }

 a { background-color: rgb(57,45,53); }

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

border-color css

<style>
 span { border-color: #392D35; }

 span { border-color: rgb(57,45,53); }

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