Html Css Color HEX #392A35 Melanzane

📋 copy color: '#392A35'

red 57 ◦ green 42 ◦ blue 53

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

Shades of Melanzane #392A35

Tints of Melanzane #392A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.63%

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

R = 37.5%
G = 27.63%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#392A35 (or 0x392A35) is known color: Melanzane. HEX triplet: 39, 2A and 35. RGB value is (57,42,53). Sum of RGB (Red+Green+Blue) = 57+42+53=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #392A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A35 is #C6D5CA. Grayscale: #2F2F2F. Windows color (decimal): -13030859 or 3484217. OLE color: 3484217.

HSL color Cylindrical-coordinate representation of color #392A35: hue angle of 316º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #392A35 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 42 53 -
CMYK 0 0.26 0.07 0.78
HSL 316º 0.15% 0.19% -
HSV(B) 316º 0.26% 0.22% -
XYZ 3.16 2.78 3.74 -
YUV 47.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 57 42 53 0 0.26 0.07 0.78 316 0.15 0.19
Hex 39 2A 35 0 1A 7 4E 13C F 13
Octal 71 52 65 0 32 7 116 474 17 23
Binary 111001 101010 110101 0 11010 111 1001110 100111100 1111 10011

Color Harmonies of #392A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A35

Black with #392A35

Text Example


Text Example

White with #392A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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