#23181C

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

Shades of Aubergine #23181C

Tints of Aubergine #23181C

Color information

#23181C (or 0x23181C) is unknown color: approx Aubergine. HEX triplet: 23, 18 and 1C. RGB value is (35,24,28). Sum of RGB (Red+Green+Blue) = 35+24+28=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #23181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23181C is #DCE7E3. Grayscale: #1B1B1B. Windows color (decimal): -14477284 or 1841187. OLE color: 1841187.

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

Color convert

RGB352428-
CMYK00.310.200.86
HSL338.18º18.64%11.57%-
HSV(B)338.18º31.43%13.73%-
XYZ1.231.091.25-
YUV27.74128.14133.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=40.23%
G=27.59%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35242800.310.200.86338.1818.6411.57
Hex23181C01F145615213c
Octal433034037241265222314
Binary1000111100011100011111101001010110101010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23181C; }

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

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

<style>
 a { background-color: #23181C; }

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

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

<style>
 span { border-color: #23181C; }

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

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