Html Css Color HEX #392B35 Melanzane

📋 copy color: '#392B35'

red 57 ◦ green 43 ◦ blue 53

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

Shades of Melanzane #392B35

Tints of Melanzane #392B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.1%

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

R = 37.25%
G = 28.1%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#392B35 (or 0x392B35) is known color: Melanzane. HEX triplet: 39, 2B and 35. RGB value is (57,43,53). Sum of RGB (Red+Green+Blue) = 57+43+53=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 57 - color contains mainly: red. Hex color #392B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B35 is #C6D4CA. Grayscale: #303030. Windows color (decimal): -13030603 or 3484473. OLE color: 3484473.

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

Color convert

RGB 57 43 53 -
CMYK 0 0.25 0.07 0.78
HSL 317.14º 0.14% 0.2% -
HSV(B) 317.14º 0.25% 0.22% -
XYZ 3.19 2.85 3.75 -
YUV 48.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 57 43 53 0 0.25 0.07 0.78 317.14 0.14 0.2
Hex 39 2B 35 0 19 7 4E 13D E 14
Octal 71 53 65 0 31 7 116 475 16 24
Binary 111001 101011 110101 0 11001 111 1001110 100111101 1110 10100

Color Harmonies of #392B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B35

Black with #392B35

Text Example


Text Example

White with #392B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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