#302728

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

Shades of Aubergine #302728

Tints of Aubergine #302728

Color information

#302728 (or 0x302728) is unknown color: approx Aubergine. HEX triplet: 30, 27 and 28. RGB value is (48,39,40). Sum of RGB (Red+Green+Blue) = 48+39+40=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302728 is #CFD8D7. Grayscale: #292929. Windows color (decimal): -13621464 or 2631472. OLE color: 2631472.

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

Color convert

RGB483940-
CMYK00.190.170.81
HSL353.33º10.34%17.06%-
HSV(B)353.33º18.75%18.82%-
XYZ2.332.232.32-
YUV41.8126.98132.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=37.80%
G=30.71%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48394000.190.170.81353.3310.3417.06
Hex3027280131151161a11
Octal604750023211215411221
Binary110000100111101000010011100011010001101100001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302728; }

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

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

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

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

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

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

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

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