#2B2325

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

Shades of Aubergine #2B2325

Tints of Aubergine #2B2325

Color information

#2B2325 (or 0x2B2325) is unknown color: approx Aubergine. HEX triplet: 2B, 23 and 25. RGB value is (43,35,37). Sum of RGB (Red+Green+Blue) = 43+35+37=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2325 is #D4DCDA. Grayscale: #252525. Windows color (decimal): -13950171 or 2433835. OLE color: 2433835.

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

Color convert

RGB433537-
CMYK00.190.140.83
HSL345º10.26%15.29%-
HSV(B)345º18.6%16.86%-
XYZ1.931.852.01-
YUV37.62127.65131.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.39%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=37.39%
G=30.43%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43353700.190.140.8334510.2615.29
Hex2B2325013E53159af
Octal534345023161235311217
Binary1010111000111001010100111110101001110101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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