Html Css Color HEX #2E1A2A Melanzane

📋 copy color: '#2E1A2A'

red 46 ◦ green 26 ◦ blue 42

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

Shades of Melanzane #2E1A2A

Tints of Melanzane #2E1A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.81%

 BLUE value IS 42 (16.8% from 255) = 36.84%

R = 40.35%
G = 22.81%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E1A2A (or 0x2E1A2A) is known color: Melanzane. HEX triplet: 2E, 1A and 2A. RGB value is (46,26,42). Sum of RGB (Red+Green+Blue) = 46+26+42=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A2A is #D1E5D5. Grayscale: #212121. Windows color (decimal): -13755862 or 2759214. OLE color: 2759214.

HSL color Cylindrical-coordinate representation of color #2E1A2A: hue angle of 312º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E1A2A is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 26 42 -
CMYK 0 0.43 0.09 0.82
HSL 312º 0.28% 0.14% -
HSV(B) 312º 0.43% 0.18% -
XYZ 1.91 1.49 2.38 -
YUV 33.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 46 26 42 0 0.43 0.09 0.82 312 0.28 0.14
Hex 2E 1A 2A 0 2B 9 52 138 1C E
Octal 56 32 52 0 53 11 122 470 34 16
Binary 101110 11010 101010 0 101011 1001 1010010 100111000 11100 1110

Color Harmonies of #2E1A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1A2A

Black with #2E1A2A

Text Example


Text Example

White with #2E1A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,26,42); }

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

background-color css

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

 a { background-color: rgb(46,26,42); }

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

border-color css

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

 span { border-color: rgb(46,26,42); }

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