#23161C

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

Shades of Aubergine #23161C

Tints of Aubergine #23161C

Color information

#23161C (or 0x23161C) is unknown color: approx Aubergine. HEX triplet: 23, 16 and 1C. RGB value is (35,22,28). Sum of RGB (Red+Green+Blue) = 35+22+28=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #23161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23161C is #DCE9E3. Grayscale: #1A1A1A. Windows color (decimal): -14477796 or 1840675. OLE color: 1840675.

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

Color convert

RGB352228-
CMYK00.370.200.86
HSL332.31º22.81%11.18%-
HSV(B)332.31º37.14%13.73%-
XYZ1.191.011.23-
YUV26.57128.81134.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=41.18%
G=25.88%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35222800.370.200.86332.3122.8111.18
Hex23161C025145614c17b
Octal432634045241265142713
Binary10001110110111000100101101001010110101001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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