#302428

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

Shades of Aubergine #302428

Tints of Aubergine #302428

Color information

#302428 (or 0x302428) is unknown color: approx Aubergine. HEX triplet: 30, 24 and 28. RGB value is (48,36,40). Sum of RGB (Red+Green+Blue) = 48+36+40=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302428 is #CFDBD7. Grayscale: #282828. Windows color (decimal): -13622232 or 2630704. OLE color: 2630704.

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

Color convert

RGB483640-
CMYK00.250.170.81
HSL340º14.29%16.47%-
HSV(B)340º25%18.82%-
XYZ2.232.042.28-
YUV40.04127.98133.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=38.71%
G=29.03%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48364000.250.170.8134014.2916.47
Hex3024280191151154e10
Octal604450031211215241620
Binary110000100100101000011001100011010001101010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302428; }

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

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

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

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

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

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

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

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