Html Css Color HEX #2E1D2A Melanzane

📋 copy color: '#2E1D2A'

red 46 ◦ green 29 ◦ blue 42

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

Shades of Melanzane #2E1D2A

Tints of Melanzane #2E1D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.79%

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

R = 39.32%
G = 24.79%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E1D2A (or 0x2E1D2A) is known color: Melanzane. HEX triplet: 2E, 1D and 2A. RGB value is (46,29,42). Sum of RGB (Red+Green+Blue) = 46+29+42=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1D2A is #D1E2D5. Grayscale: #232323. Windows color (decimal): -13755094 or 2759982. OLE color: 2759982.

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

Color convert

RGB 46 29 42 -
CMYK 0 0.37 0.09 0.82
HSL 314.12º 0.23% 0.15% -
HSV(B) 314.12º 0.37% 0.18% -
XYZ 1.98 1.63 2.4 -
YUV 35.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 46 29 42 0 0.37 0.09 0.82 314.12 0.23 0.15
Hex 2E 1D 2A 0 25 9 52 13A 17 F
Octal 56 35 52 0 45 11 122 472 27 17
Binary 101110 11101 101010 0 100101 1001 1010010 100111010 10111 1111

Color Harmonies of #2E1D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1D2A

Black with #2E1D2A

Text Example


Text Example

White with #2E1D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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