#231A1D

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

Shades of Aubergine #231A1D

Tints of Aubergine #231A1D

Color information

#231A1D (or 0x231A1D) is unknown color: approx Aubergine. HEX triplet: 23, 1A and 1D. RGB value is (35,26,29). Sum of RGB (Red+Green+Blue) = 35+26+29=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1D is #DCE5E2. Grayscale: #1D1D1D. Windows color (decimal): -14476771 or 1907235. OLE color: 1907235.

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

Color convert

RGB352629-
CMYK00.260.170.86
HSL340º14.75%11.96%-
HSV(B)340º25.71%13.73%-
XYZ1.281.181.32-
YUV29.03127.98132.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=38.89%
G=28.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35262900.260.170.8634014.7511.96
Hex231A1D01A1156154fc
Octal433235032211265241714
Binary100011110101110101101010001101011010101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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