#2B1D21

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

Shades of Aubergine #2B1D21

Tints of Aubergine #2B1D21

Color information

#2B1D21 (or 0x2B1D21) is unknown color: approx Aubergine. HEX triplet: 2B, 1D and 21. RGB value is (43,29,33). Sum of RGB (Red+Green+Blue) = 43+29+33=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1D21 is #D4E2DE. Grayscale: #212121. Windows color (decimal): -13951711 or 2170155. OLE color: 2170155.

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

Color convert

RGB432933-
CMYK00.330.230.83
HSL342.86º19.44%14.12%-
HSV(B)342.86º32.56%16.86%-
XYZ1.711.51.64-
YUV33.64127.64134.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.95%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=40.95%
G=27.62%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43293300.330.230.83342.8619.4414.12
Hex2B1D21021175315713e
Octal533541041271235272316
Binary101011111011000010100001101111010011101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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