#23161A

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

Shades of Aubergine #23161A

Tints of Aubergine #23161A

Color information

#23161A (or 0x23161A) is unknown color: approx Aubergine. HEX triplet: 23, 16 and 1A. RGB value is (35,22,26). Sum of RGB (Red+Green+Blue) = 35+22+26=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #23161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23161A is #DCE9E5. Grayscale: #1A1A1A. Windows color (decimal): -14477798 or 1709603. OLE color: 1709603.

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

Color convert

RGB352226-
CMYK00.370.260.86
HSL341.54º22.81%11.18%-
HSV(B)341.54º37.14%13.73%-
XYZ1.171.011.11-
YUV26.34127.81134.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=42.17%
G=26.51%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35222600.370.260.86341.5422.8111.18
Hex23161A0251A5615617b
Octal432632045321265262713
Binary10001110110110100100101110101010110101010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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