#302126

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

Shades of Aubergine #302126

Tints of Aubergine #302126

Color information

#302126 (or 0x302126) is unknown color: approx Aubergine. HEX triplet: 30, 21 and 26. RGB value is (48,33,38). Sum of RGB (Red+Green+Blue) = 48+33+38=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302126 is #CFDED9. Grayscale: #262626. Windows color (decimal): -13623002 or 2498864. OLE color: 2498864.

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

Color convert

RGB483338-
CMYK00.310.210.81
HSL340º18.52%15.88%-
HSV(B)340º31.25%18.82%-
XYZ2.111.862.08-
YUV38.06127.97135.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=40.34%
G=27.73%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48333800.310.210.8134018.5215.88
Hex30212601F15511541310
Octal604146037251215242320
Binary1100001000011001100111111010110100011010101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302126; }

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

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

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

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

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

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

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

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