#2C2125

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

Shades of Aubergine #2C2125

Tints of Aubergine #2C2125

Color information

#2C2125 (or 0x2C2125) is unknown color: approx Aubergine. HEX triplet: 2C, 21 and 25. RGB value is (44,33,37). Sum of RGB (Red+Green+Blue) = 44+33+37=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2125 is #D3DEDA. Grayscale: #242424. Windows color (decimal): -13885147 or 2433324. OLE color: 2433324.

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

Color convert

RGB443337-
CMYK00.250.160.83
HSL338.18º14.29%15.1%-
HSV(B)338.18º25%17.25%-
XYZ1.921.761.99-
YUV36.75128.14133.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.60%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=38.60%
G=28.95%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44333700.250.160.83338.1814.2915.1
Hex2C21250191053152ef
Octal544145031201235221617
Binary10110010000110010101100110000101001110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,37); }

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

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

 a { background-color: rgb(44,33,37); }

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

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

 span { border-color: rgb(44,33,37); }

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