Html Css Color HEX #392130 Melanzane

📋 copy color: '#392130'

red 57 ◦ green 33 ◦ blue 48

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

Shades of Melanzane #392130

Tints of Melanzane #392130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 41.3%
G = 23.91%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#392130 (or 0x392130) is known color: Melanzane. HEX triplet: 39, 21 and 30. RGB value is (57,33,48). Sum of RGB (Red+Green+Blue) = 57+33+48=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #392130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392130 is #C6DECF. Grayscale: #292929. Windows color (decimal): -13033168 or 3154233. OLE color: 3154233.

HSL color Cylindrical-coordinate representation of color #392130: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392130 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 33 48 -
CMYK 0 0.42 0.16 0.78
HSL 322.5º 0.27% 0.18% -
HSV(B) 322.5º 0.42% 0.22% -
XYZ 2.76 2.17 3.07 -
YUV 41.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 57 33 48 0 0.42 0.16 0.78 322.5 0.27 0.18
Hex 39 21 30 0 2A 10 4E 142 1B 12
Octal 71 41 60 0 52 20 116 502 33 22
Binary 111001 100001 110000 0 101010 10000 1001110 101000010 11011 10010

Color Harmonies of #392130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392130

Black with #392130

Text Example


Text Example

White with #392130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392130; }

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

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

background-color css

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

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

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

border-color css

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

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

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