#2B1B21

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

Shades of Aubergine #2B1B21

Tints of Aubergine #2B1B21

Color information

#2B1B21 (or 0x2B1B21) is unknown color: approx Aubergine. HEX triplet: 2B, 1B and 21. RGB value is (43,27,33). Sum of RGB (Red+Green+Blue) = 43+27+33=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1B21 is #D4E4DE. Grayscale: #202020. Windows color (decimal): -13952223 or 2169643. OLE color: 2169643.

HSL color Cylindrical-coordinate representation of color #2B1B21: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B1B21 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB432733-
CMYK00.370.230.83
HSL337.5º22.86%13.73%-
HSV(B)337.5º37.21%16.86%-
XYZ1.661.411.62-
YUV32.47128.3135.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.75%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=41.75%
G=26.21%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43273300.370.230.83337.522.8613.73
Hex2B1B21025175315217e
Octal533341045271235222716
Binary101011110111000010100101101111010011101010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,27,33); }

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

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

 a { background-color: rgb(43,27,33); }

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

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

 span { border-color: rgb(43,27,33); }

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