Html Css Color HEX #391530 Melanzane

📋 copy color: '#391530'

red 57 ◦ green 21 ◦ blue 48

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

Shades of Melanzane #391530

Tints of Melanzane #391530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 45.24%
G = 16.67%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#391530 (or 0x391530) is known color: Melanzane. HEX triplet: 39, 15 and 30. RGB value is (57,21,48). Sum of RGB (Red+Green+Blue) = 57+21+48=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #391530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391530 is #C6EACF. Grayscale: #222222. Windows color (decimal): -13036240 or 3151161. OLE color: 3151161.

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

Color convert

RGB 57 21 48 -
CMYK 0 0.63 0.16 0.78
HSL 315º 0.46% 0.15% -
HSV(B) 315º 0.63% 0.22% -
XYZ 2.49 1.62 2.98 -
YUV 34.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 57 21 48 0 0.63 0.16 0.78 315 0.46 0.15
Hex 39 15 30 0 3F 10 4E 13B 2E F
Octal 71 25 60 0 77 20 116 473 56 17
Binary 111001 10101 110000 0 111111 10000 1001110 100111011 101110 1111

Color Harmonies of #391530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391530

Black with #391530

Text Example


Text Example

White with #391530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391530; }

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

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

background-color css

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

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

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

border-color css

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

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

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