#302628

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

Shades of Aubergine #302628

Tints of Aubergine #302628

Color information

#302628 (or 0x302628) is unknown color: approx Aubergine. HEX triplet: 30, 26 and 28. RGB value is (48,38,40). Sum of RGB (Red+Green+Blue) = 48+38+40=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302628 is #CFD9D7. Grayscale: #292929. Windows color (decimal): -13621720 or 2631216. OLE color: 2631216.

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

Color convert

RGB483840-
CMYK00.210.170.81
HSL348º11.63%16.86%-
HSV(B)348º20.83%18.82%-
XYZ2.32.172.3-
YUV41.22127.31132.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=38.10%
G=30.16%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48384000.210.170.8134811.6316.86
Hex302628015115115cc11
Octal604650025211215341421
Binary110000100110101000010101100011010001101011100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302628; }

 p { color: rgb(48,38,40); }

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

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

 a { background-color: rgb(48,38,40); }

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

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

 span { border-color: rgb(48,38,40); }

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