#302528

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

Shades of Aubergine #302528

Tints of Aubergine #302528

Color information

#302528 (or 0x302528) is unknown color: approx Aubergine. HEX triplet: 30, 25 and 28. RGB value is (48,37,40). Sum of RGB (Red+Green+Blue) = 48+37+40=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302528 is #CFDAD7. Grayscale: #282828. Windows color (decimal): -13621976 or 2630960. OLE color: 2630960.

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

Color convert

RGB483740-
CMYK00.230.170.81
HSL343.64º12.94%16.67%-
HSV(B)343.64º22.92%18.82%-
XYZ2.262.12.29-
YUV40.63127.64133.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 40 (16.02% from 255) = 32%
R=38.4%
G=29.6%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48374000.230.170.81343.6412.9416.67
Hex3025280171151158d11
Octal604550027211215301521
Binary110000100101101000010111100011010001101011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302528; }

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

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

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

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

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

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

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

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