#231F20

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

Shades of Aubergine #231F20

Tints of Aubergine #231F20

Color information

#231F20 (or 0x231F20) is unknown color: approx Aubergine. HEX triplet: 23, 1F and 20. RGB value is (35,31,32). Sum of RGB (Red+Green+Blue) = 35+31+32=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 35 - color contains mainly: red. Hex color #231F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F20 is #DCE0DF. Grayscale: #202020. Windows color (decimal): -14475488 or 2105123. OLE color: 2105123.

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

Color convert

RGB353132-
CMYK00.110.090.86
HSL345º6.06%12.94%-
HSV(B)345º11.43%13.73%-
XYZ1.441.441.57-
YUV32.31127.83129.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=35.71%
G=31.63%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35313200.110.090.863456.0612.94
Hex231F200B9561596d
Octal43374001311126531615
Binary1000111111110000001011100110101101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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