#232021

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

Shades of Aubergine #232021

Tints of Aubergine #232021

Color information

#232021 (or 0x232021) is unknown color: approx Aubergine. HEX triplet: 23, 20 and 21. RGB value is (35,32,33). Sum of RGB (Red+Green+Blue) = 35+32+33=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 35 - color contains mainly: red. Hex color #232021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232021 is #DCDFDE. Grayscale: #212121. Windows color (decimal): -14475231 or 2170915. OLE color: 2170915.

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

Color convert

RGB353233-
CMYK00.090.060.86
HSL340º4.48%13.14%-
HSV(B)340º8.57%13.73%-
XYZ1.481.51.65-
YUV33.01127.99129.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 33 (13.28% from 255) = 33%
R=35%
G=32%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35323300.090.060.863404.4813.14
Hex232021096561544d
Octal4340410116126524415
Binary1000111000001000010100111010101101010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232021; }

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

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

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

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

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

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

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

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