#231A1E

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

Shades of Aubergine #231A1E

Tints of Aubergine #231A1E

Color information

#231A1E (or 0x231A1E) is unknown color: approx Aubergine. HEX triplet: 23, 1A and 1E. RGB value is (35,26,30). Sum of RGB (Red+Green+Blue) = 35+26+30=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1E is #DCE5E1. Grayscale: #1D1D1D. Windows color (decimal): -14476770 or 1972771. OLE color: 1972771.

HSL color Cylindrical-coordinate representation of color #231A1E: hue angle of 333.33º 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 #231A1E is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB352630-
CMYK00.260.140.86
HSL333.33º14.75%11.96%-
HSV(B)333.33º25.71%13.73%-
XYZ1.31.191.39-
YUV29.15128.48132.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=38.46%
G=28.57%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35263000.260.140.86333.3314.7511.96
Hex231A1E01AE5614dfc
Octal433236032161265151714
Binary10001111010111100110101110101011010100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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