#302526

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

Shades of Aubergine #302526

Tints of Aubergine #302526

Color information

#302526 (or 0x302526) is unknown color: approx Aubergine. HEX triplet: 30, 25 and 26. RGB value is (48,37,38). Sum of RGB (Red+Green+Blue) = 48+37+38=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302526 is #CFDAD9. Grayscale: #282828. Windows color (decimal): -13621978 or 2499888. OLE color: 2499888.

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

Color convert

RGB483738-
CMYK00.230.210.81
HSL354.55º12.94%16.67%-
HSV(B)354.55º22.92%18.82%-
XYZ2.232.092.12-
YUV40.4126.64133.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=39.02%
G=30.08%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48373800.230.210.81354.5512.9416.67
Hex3025260171551163d11
Octal604546027251215431521
Binary110000100101100110010111101011010001101100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302526; }

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

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

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

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

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

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

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

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