#302124

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

Shades of Aubergine #302124

Tints of Aubergine #302124

Color information

#302124 (or 0x302124) is unknown color: approx Aubergine. HEX triplet: 30, 21 and 24. RGB value is (48,33,36). Sum of RGB (Red+Green+Blue) = 48+33+36=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302124 is #CFDEDB. Grayscale: #252525. Windows color (decimal): -13623004 or 2367792. OLE color: 2367792.

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

Color convert

RGB483336-
CMYK00.310.250.81
HSL348º18.52%15.88%-
HSV(B)348º31.25%18.82%-
XYZ2.081.841.92-
YUV37.83126.97135.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 36 (14.45% from 255) = 30.77%
R=41.03%
G=28.21%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48333600.310.250.8134818.5215.88
Hex30212401F195115c1310
Octal604144037311215342320
Binary1100001000011001000111111100110100011010111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302124; }

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

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

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

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

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

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

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

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