#242021

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

Shades of Aubergine #242021

Tints of Aubergine #242021

Color information

#242021 (or 0x242021) is unknown color: approx Aubergine. HEX triplet: 24, 20 and 21. RGB value is (36,32,33). Sum of RGB (Red+Green+Blue) = 36+32+33=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 36 - color contains mainly: red. Hex color #242021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242021 is #DBDFDE. Grayscale: #212121. Windows color (decimal): -14409695 or 2170916. OLE color: 2170916.

HSL color Cylindrical-coordinate representation of color #242021: 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 #242021 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB363233-
CMYK00.110.080.86
HSL345º5.88%13.33%-
HSV(B)345º11.11%14.12%-
XYZ1.521.521.65-
YUV33.31127.83129.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.64%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=35.64%
G=31.68%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36323300.110.080.863455.8813.33
Hex2420210B8561596d
Octal44404101310126531615
Binary10010010000010000101011100010101101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242021; }

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

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

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

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

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

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

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

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