#2E172A

Color #2E172A Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #2E172A

Tints of Melanzane #2E172A

Color information

#2E172A (or 0x2E172A) is unknown color: approx Melanzane. HEX triplet: 2E, 17 and 2A. RGB value is (46,23,42). Sum of RGB (Red+Green+Blue) = 46+23+42=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E172A is #D1E8D5. Grayscale: #1F1F1F. Windows color (decimal): -13756630 or 2758446. OLE color: 2758446.

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

Color convert

RGB462342-
CMYK00.500.090.82
HSL310.43º33.33%13.53%-
HSV(B)310.43º50%18.04%-
XYZ1.851.362.36-
YUV32.04133.62137.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=41.44%
G=20.72%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46234200.500.090.82310.4333.3313.53
Hex2E172A03295213621e
Octal562752062111224664116
Binary101110101111010100110010100110100101001101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E172A;
 }
 .AnyTagClassName
 {
   color: #2E172A;
 }
</style>
background-color css

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

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

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

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

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

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