Html Css Color HEX #392230 Melanzane

📋 copy color: '#392230'

red 57 ◦ green 34 ◦ blue 48

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

Shades of Melanzane #392230

Tints of Melanzane #392230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 41.01%
G = 24.46%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#392230 (or 0x392230) is known color: Melanzane. HEX triplet: 39, 22 and 30. RGB value is (57,34,48). Sum of RGB (Red+Green+Blue) = 57+34+48=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #392230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392230 is #C6DDCF. Grayscale: #2A2A2A. Windows color (decimal): -13032912 or 3154489. OLE color: 3154489.

HSL color Cylindrical-coordinate representation of color #392230: hue angle of 323.48º 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 #392230 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 34 48 -
CMYK 0 0.40 0.16 0.78
HSL 323.48º 0.25% 0.18% -
HSV(B) 323.48º 0.4% 0.22% -
XYZ 2.79 2.23 3.08 -
YUV 42.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 57 34 48 0 0.40 0.16 0.78 323.48 0.25 0.18
Hex 39 22 30 0 28 10 4E 143 19 12
Octal 71 42 60 0 50 20 116 503 31 22
Binary 111001 100010 110000 0 101000 10000 1001110 101000011 11001 10010

Color Harmonies of #392230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392230

Black with #392230

Text Example


Text Example

White with #392230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392230; }

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

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

background-color css

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

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

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

border-color css

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

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

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