#231E20

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

Shades of Aubergine #231E20

Tints of Aubergine #231E20

Color information

#231E20 (or 0x231E20) is unknown color: approx Aubergine. HEX triplet: 23, 1E and 20. RGB value is (35,30,32). Sum of RGB (Red+Green+Blue) = 35+30+32=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 35 - color contains mainly: red. Hex color #231E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E20 is #DCE1DF. Grayscale: #1F1F1F. Windows color (decimal): -14475744 or 2104867. OLE color: 2104867.

HSL color Cylindrical-coordinate representation of color #231E20: hue angle of 336º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #231E20 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB353032-
CMYK00.140.090.86
HSL336º7.69%12.75%-
HSV(B)336º14.29%13.73%-
XYZ1.421.391.56-
YUV31.72128.16130.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=36.08%
G=30.93%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35303200.140.090.863367.6912.75
Hex231E200E9561508d
Octal433640016111265201015
Binary10001111110100000011101001101011010101000010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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