#2B2324

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

Shades of Aubergine #2B2324

Tints of Aubergine #2B2324

Color information

#2B2324 (or 0x2B2324) is unknown color: approx Aubergine. HEX triplet: 2B, 23 and 24. RGB value is (43,35,36). Sum of RGB (Red+Green+Blue) = 43+35+36=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2324 is #D4DCDB. Grayscale: #252525. Windows color (decimal): -13950172 or 2368299. OLE color: 2368299.

HSL color Cylindrical-coordinate representation of color #2B2324: hue angle of 352.5º 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 #2B2324 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB433536-
CMYK00.190.160.83
HSL352.5º10.26%15.29%-
HSV(B)352.5º18.6%16.86%-
XYZ1.921.841.92-
YUV37.51127.15131.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.72%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=37.72%
G=30.70%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43353600.190.160.83352.510.2615.29
Hex2B23240131053160af
Octal534344023201235401217
Binary10101110001110010001001110000101001110110000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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