#302024

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

Shades of Aubergine #302024

Tints of Aubergine #302024

Color information

#302024 (or 0x302024) is unknown color: approx Aubergine. HEX triplet: 30, 20 and 24. RGB value is (48,32,36). Sum of RGB (Red+Green+Blue) = 48+32+36=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302024 is #CFDFDB. Grayscale: #252525. Windows color (decimal): -13623260 or 2367536. OLE color: 2367536.

HSL color Cylindrical-coordinate representation of color #302024: hue angle of 345º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302024 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB483236-
CMYK00.330.250.81
HSL345º20%15.69%-
HSV(B)345º33.33%18.82%-
XYZ2.051.791.91-
YUV37.24127.3135.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48323600.330.250.813452015.69
Hex30202402119511591410
Octal604044041311215312420
Binary11000010000010010001000011100110100011010110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302024; }

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

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

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

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

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

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

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

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