Html Css Color HEX #2E1428 Melanzane

📋 copy color: '#2E1428'

red 46 ◦ green 20 ◦ blue 40

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

Shades of Melanzane #2E1428

Tints of Melanzane #2E1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.87%

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

R = 43.4%
G = 18.87%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2E1428 (or 0x2E1428) is known color: Melanzane. HEX triplet: 2E, 14 and 28. RGB value is (46,20,40). Sum of RGB (Red+Green+Blue) = 46+20+40=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1428 is #D1EBD7. Grayscale: #1E1E1E. Windows color (decimal): -13757400 or 2626606. OLE color: 2626606.

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

Color convert

RGB 46 20 40 -
CMYK 0 0.57 0.13 0.82
HSL 313.85º 0.39% 0.13% -
HSV(B) 313.85º 0.57% 0.18% -
XYZ 1.76 1.23 2.15 -
YUV 30.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 46 20 40 0 0.57 0.13 0.82 313.85 0.39 0.13
Hex 2E 14 28 0 39 D 52 13A 27 D
Octal 56 24 50 0 71 15 122 472 47 15
Binary 101110 10100 101000 0 111001 1101 1010010 100111010 100111 1101

Color Harmonies of #2E1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1428

Black with #2E1428

Text Example


Text Example

White with #2E1428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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