Html Css Color HEX #2E1528 Melanzane

📋 copy color: '#2E1528'

red 46 ◦ green 21 ◦ blue 40

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

Shades of Melanzane #2E1528

Tints of Melanzane #2E1528

RGB

 RED value IS 46 (18.36% from 255) = 42.99%

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

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

R = 42.99%
G = 19.63%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2E1528 (or 0x2E1528) is known color: Melanzane. HEX triplet: 2E, 15 and 28. RGB value is (46,21,40). Sum of RGB (Red+Green+Blue) = 46+21+40=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1528 is #D1EAD7. Grayscale: #1E1E1E. Windows color (decimal): -13757144 or 2626862. OLE color: 2626862.

HSL color Cylindrical-coordinate representation of color #2E1528: hue angle of 314.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1528 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 21 40 -
CMYK 0 0.54 0.13 0.82
HSL 314.4º 0.37% 0.13% -
HSV(B) 314.4º 0.54% 0.18% -
XYZ 1.78 1.27 2.16 -
YUV 30.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 46 21 40 0 0.54 0.13 0.82 314.4 0.37 0.13
Hex 2E 15 28 0 36 D 52 13A 25 D
Octal 56 25 50 0 66 15 122 472 45 15
Binary 101110 10101 101000 0 110110 1101 1010010 100111010 100101 1101

Color Harmonies of #2E1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1528

Black with #2E1528

Text Example


Text Example

White with #2E1528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E1528; }

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

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

background-color css

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

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

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

border-color css

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

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

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