#2B2329

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

Shades of Melanzane #2B2329

Tints of Melanzane #2B2329

Color information

#2B2329 (or 0x2B2329) is unknown color: approx Melanzane. HEX triplet: 2B, 23 and 29. RGB value is (43,35,41). Sum of RGB (Red+Green+Blue) = 43+35+41=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2329 is #D4DCD6. Grayscale: #262626. Windows color (decimal): -13950167 or 2695979. OLE color: 2695979.

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

Color convert

RGB433541-
CMYK00.190.050.83
HSL315º10.26%15.29%-
HSV(B)315º18.6%16.86%-
XYZ21.882.35-
YUV38.08129.65131.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.13%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=36.13%
G=29.41%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43354100.190.050.8331510.2615.29
Hex2B232901355313baf
Octal53435102351234731217
Binary101011100011101001010011101101001110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,35,41); }

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

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

 a { background-color: rgb(43,35,41); }

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

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

 span { border-color: rgb(43,35,41); }

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