Html Css Color HEX #2E1F2A Melanzane

📋 copy color: '#2E1F2A'

red 46 ◦ green 31 ◦ blue 42

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

Shades of Melanzane #2E1F2A

Tints of Melanzane #2E1F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.05%

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

R = 38.66%
G = 26.05%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E1F2A (or 0x2E1F2A) is known color: Melanzane. HEX triplet: 2E, 1F and 2A. RGB value is (46,31,42). Sum of RGB (Red+Green+Blue) = 46+31+42=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1F2A is #D1E0D5. Grayscale: #242424. Windows color (decimal): -13754582 or 2760494. OLE color: 2760494.

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

Color convert

RGB 46 31 42 -
CMYK 0 0.33 0.09 0.82
HSL 316º 0.19% 0.15% -
HSV(B) 316º 0.33% 0.18% -
XYZ 2.03 1.73 2.42 -
YUV 36.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 46 31 42 0 0.33 0.09 0.82 316 0.19 0.15
Hex 2E 1F 2A 0 21 9 52 13C 13 F
Octal 56 37 52 0 41 11 122 474 23 17
Binary 101110 11111 101010 0 100001 1001 1010010 100111100 10011 1111

Color Harmonies of #2E1F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1F2A

Black with #2E1F2A

Text Example


Text Example

White with #2E1F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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