#2B282A

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

Shades of Melanzane #2B282A

Tints of Melanzane #2B282A

Color information

#2B282A (or 0x2B282A) is unknown color: approx Melanzane. HEX triplet: 2B, 28 and 2A. RGB value is (43,40,42). Sum of RGB (Red+Green+Blue) = 43+40+42=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 43 - color contains mainly: red. Hex color #2B282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B282A is #D4D7D5. Grayscale: #292929. Windows color (decimal): -13948886 or 2762795. OLE color: 2762795.

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

Color convert

RGB434042-
CMYK00.070.020.83
HSL320º3.61%16.27%-
HSV(B)320º6.98%16.86%-
XYZ2.172.22.5-
YUV41.12128.49129.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=34.4%
G=32%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43404200.070.020.833203.6116.27
Hex2B282A07253140410
Octal535052072123500420
Binary101011101000101010011110101001110100000010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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