Html Css Color HEX #392834 Melanzane

📋 copy color: '#392834'

red 57 ◦ green 40 ◦ blue 52

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

Shades of Melanzane #392834

Tints of Melanzane #392834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

 BLUE value IS 52 (20.7% from 255) = 34.9%

R = 38.26%
G = 26.85%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#392834 (or 0x392834) is known color: Melanzane. HEX triplet: 39, 28 and 34. RGB value is (57,40,52). Sum of RGB (Red+Green+Blue) = 57+40+52=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #392834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392834 is #C6D7CB. Grayscale: #2E2E2E. Windows color (decimal): -13031372 or 3418169. OLE color: 3418169.

HSL color Cylindrical-coordinate representation of color #392834: hue angle of 317.65º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #392834 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 40 52 -
CMYK 0 0.30 0.09 0.78
HSL 317.65º 0.18% 0.19% -
HSV(B) 317.65º 0.3% 0.22% -
XYZ 3.07 2.64 3.6 -
YUV 46.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 57 40 52 0 0.30 0.09 0.78 317.65 0.18 0.19
Hex 39 28 34 0 1E 9 4E 13E 12 13
Octal 71 50 64 0 36 11 116 476 22 23
Binary 111001 101000 110100 0 11110 1001 1001110 100111110 10010 10011

Color Harmonies of #392834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392834

Black with #392834

Text Example


Text Example

White with #392834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392834; }

 p { color: rgb(57,40,52); }

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

background-color css

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

 a { background-color: rgb(57,40,52); }

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

border-color css

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

 span { border-color: rgb(57,40,52); }

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