Html Css Color HEX #392235 Melanzane

📋 copy color: '#392235'

red 57 ◦ green 34 ◦ blue 53

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

Shades of Melanzane #392235

Tints of Melanzane #392235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.61%

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

R = 39.58%
G = 23.61%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#392235 (or 0x392235) is known color: Melanzane. HEX triplet: 39, 22 and 35. RGB value is (57,34,53). Sum of RGB (Red+Green+Blue) = 57+34+53=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392235 is #C6DDCA. Grayscale: #2A2A2A. Windows color (decimal): -13032907 or 3482169. OLE color: 3482169.

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

Color convert

RGB 57 34 53 -
CMYK 0 0.40 0.07 0.78
HSL 310.43º 0.25% 0.18% -
HSV(B) 310.43º 0.4% 0.22% -
XYZ 2.9 2.27 3.65 -
YUV 43.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 57 34 53 0 0.40 0.07 0.78 310.43 0.25 0.18
Hex 39 22 35 0 28 7 4E 136 19 12
Octal 71 42 65 0 50 7 116 466 31 22
Binary 111001 100010 110101 0 101000 111 1001110 100110110 11001 10010

Color Harmonies of #392235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392235

Black with #392235

Text Example


Text Example

White with #392235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392235; }

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

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

background-color css

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

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

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

border-color css

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

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

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