#2B2022

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

Shades of Aubergine #2B2022

Tints of Aubergine #2B2022

Color information

#2B2022 (or 0x2B2022) is unknown color: approx Aubergine. HEX triplet: 2B, 20 and 22. RGB value is (43,32,34). Sum of RGB (Red+Green+Blue) = 43+32+34=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2022 is #D4DFDD. Grayscale: #232323. Windows color (decimal): -13950942 or 2236459. OLE color: 2236459.

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

Color convert

RGB433234-
CMYK00.260.210.83
HSL349.09º14.67%14.71%-
HSV(B)349.09º25.58%16.86%-
XYZ1.81.661.74-
YUV35.52127.14133.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.45%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=39.45%
G=29.36%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43323400.260.210.83349.0914.6714.71
Hex2B202201A155315dff
Octal534042032251235351717
Binary10101110000010001001101010101101001110101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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