Html Css Color HEX #311528 Melanzane

📋 copy color: '#311528'

red 49 ◦ green 21 ◦ blue 40

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

Shades of Melanzane #311528

Tints of Melanzane #311528

RGB

 RED value IS 49 (19.53% from 255) = 44.55%

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

 BLUE value IS 40 (16.02% from 255) = 36.36%

R = 44.55%
G = 19.09%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#311528 (or 0x311528) is known color: Melanzane. HEX triplet: 31, 15 and 28. RGB value is (49,21,40). Sum of RGB (Red+Green+Blue) = 49+21+40=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311528 is #CEEAD7. Grayscale: #1F1F1F. Windows color (decimal): -13560536 or 2626865. OLE color: 2626865.

HSL color Cylindrical-coordinate representation of color #311528: hue angle of 319.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311528 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 21 40 -
CMYK 0 0.57 0.18 0.81
HSL 319.29º 0.4% 0.14% -
HSV(B) 319.29º 0.57% 0.19% -
XYZ 1.92 1.34 2.17 -
YUV 31.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 49 21 40 0 0.57 0.18 0.81 319.29 0.4 0.14
Hex 31 15 28 0 39 12 51 13F 28 E
Octal 61 25 50 0 71 22 121 477 50 16
Binary 110001 10101 101000 0 111001 10010 1010001 100111111 101000 1110

Color Harmonies of #311528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311528

Black with #311528

Text Example


Text Example

White with #311528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311528; }

 p { color: rgb(49,21,40); }

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

background-color css

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

 a { background-color: rgb(49,21,40); }

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

border-color css

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

 span { border-color: rgb(49,21,40); }

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