#302023

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

Shades of Aubergine #302023

Tints of Aubergine #302023

Color information

#302023 (or 0x302023) is unknown color: approx Aubergine. HEX triplet: 30, 20 and 23. RGB value is (48,32,35). Sum of RGB (Red+Green+Blue) = 48+32+35=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302023 is #CFDFDC. Grayscale: #252525. Windows color (decimal): -13623261 or 2302000. OLE color: 2302000.

HSL color Cylindrical-coordinate representation of color #302023: hue angle of 348.75º 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 #302023 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB483235-
CMYK00.330.270.81
HSL348.75º20%15.69%-
HSV(B)348.75º33.33%18.82%-
XYZ2.041.781.83-
YUV37.13126.8135.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=41.74%
G=27.83%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48323500.330.270.81348.752015.69
Hex3020230211B5115d1410
Octal604043041331215352420
Binary11000010000010001101000011101110100011010111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302023; }

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

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

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

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

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

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

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

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