#2B2224

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

Shades of Aubergine #2B2224

Tints of Aubergine #2B2224

Color information

#2B2224 (or 0x2B2224) is unknown color: approx Aubergine. HEX triplet: 2B, 22 and 24. RGB value is (43,34,36). Sum of RGB (Red+Green+Blue) = 43+34+36=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2224 is #D4DDDB. Grayscale: #242424. Windows color (decimal): -13950428 or 2368043. OLE color: 2368043.

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

Color convert

RGB433436-
CMYK00.210.160.83
HSL346.67º11.69%15.1%-
HSV(B)346.67º20.93%16.86%-
XYZ1.891.791.91-
YUV36.92127.48132.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.05%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=38.05%
G=30.09%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43343600.210.160.83346.6711.6915.1
Hex2B2224015105315bcf
Octal534244025201235331417
Binary10101110001010010001010110000101001110101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,36); }

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

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

 a { background-color: rgb(43,34,36); }

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

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

 span { border-color: rgb(43,34,36); }

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