#302426

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

Shades of Aubergine #302426

Tints of Aubergine #302426

Color information

#302426 (or 0x302426) is unknown color: approx Aubergine. HEX triplet: 30, 24 and 26. RGB value is (48,36,38). Sum of RGB (Red+Green+Blue) = 48+36+38=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302426 is #CFDBD9. Grayscale: #272727. Windows color (decimal): -13622234 or 2499632. OLE color: 2499632.

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

Color convert

RGB483638-
CMYK00.250.210.81
HSL350º14.29%16.47%-
HSV(B)350º25%18.82%-
XYZ2.22.032.11-
YUV39.82126.98133.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=39.34%
G=29.51%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48363800.250.210.8135014.2916.47
Hex302426019155115ee10
Octal604446031251215361620
Binary110000100100100110011001101011010001101011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302426; }

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

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

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

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

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

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

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

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