#2B272A

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

Shades of Melanzane #2B272A

Tints of Melanzane #2B272A

Color information

#2B272A (or 0x2B272A) is unknown color: approx Melanzane. HEX triplet: 2B, 27 and 2A. RGB value is (43,39,42). Sum of RGB (Red+Green+Blue) = 43+39+42=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 43 - color contains mainly: red. Hex color #2B272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B272A is #D4D8D5. Grayscale: #282828. Windows color (decimal): -13949142 or 2762539. OLE color: 2762539.

HSL color Cylindrical-coordinate representation of color #2B272A: hue angle of 315º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B272A is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.83.

Color convert

RGB433942-
CMYK00.090.020.83
HSL315º4.88%16.08%-
HSV(B)315º9.3%16.86%-
XYZ2.142.132.49-
YUV40.54128.83129.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=34.68%
G=31.45%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43394200.090.020.833154.8816.08
Hex2B272A0925313b510
Octal5347520112123473520
Binary1010111001111010100100110101001110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,42); }

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

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

 a { background-color: rgb(43,39,42); }

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

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

 span { border-color: rgb(43,39,42); }

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