#231A1C

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

Shades of Aubergine #231A1C

Tints of Aubergine #231A1C

Color information

#231A1C (or 0x231A1C) is unknown color: approx Aubergine. HEX triplet: 23, 1A and 1C. RGB value is (35,26,28). Sum of RGB (Red+Green+Blue) = 35+26+28=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1C is #DCE5E3. Grayscale: #1C1C1C. Windows color (decimal): -14476772 or 1841699. OLE color: 1841699.

HSL color Cylindrical-coordinate representation of color #231A1C: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #231A1C is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB352628-
CMYK00.260.200.86
HSL346.67º14.75%11.96%-
HSV(B)346.67º25.71%13.73%-
XYZ1.271.181.26-
YUV28.92127.48132.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=39.33%
G=29.21%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35262800.260.200.86346.6714.7511.96
Hex231A1C01A145615bfc
Octal433234032241265331714
Binary100011110101110001101010100101011010101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A1C; }

 p { color: rgb(35,26,28); }

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

<style>
 a { background-color: #231A1C; }

 a { background-color: rgb(35,26,28); }

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

<style>
 span { border-color: #231A1C; }

 span { border-color: rgb(35,26,28); }

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