#2B1526

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

Shades of Melanzane #2B1526

Tints of Melanzane #2B1526

Color information

#2B1526 (or 0x2B1526) is unknown color: approx Melanzane. HEX triplet: 2B, 15 and 26. RGB value is (43,21,38). Sum of RGB (Red+Green+Blue) = 43+21+38=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1526 is #D4EAD9. Grayscale: #1D1D1D. Windows color (decimal): -13953754 or 2495787. OLE color: 2495787.

HSL color Cylindrical-coordinate representation of color #2B1526: hue angle of 313.64º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1526 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.83.

Color convert

RGB432138-
CMYK00.510.120.83
HSL313.64º34.38%12.55%-
HSV(B)313.64º51.16%16.86%-
XYZ1.611.191.98-
YUV29.52132.79137.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.16%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 38 (15.23% from 255) = 37.25%
R=42.16%
G=20.59%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43213800.510.120.83313.6434.3812.55
Hex2B1526033C5313a22d
Octal532546063141234724215
Binary101011101011001100110011110010100111001110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,38); }

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

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

 a { background-color: rgb(43,21,38); }

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

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

 span { border-color: rgb(43,21,38); }

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