#302D2E

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

Shades of Aubergine #302D2E

Tints of Aubergine #302D2E

Color information

#302D2E (or 0x302D2E) is unknown color: approx Aubergine. HEX triplet: 30, 2D and 2E. RGB value is (48,45,46). Sum of RGB (Red+Green+Blue) = 48+45+46=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 48 - color contains mainly: red. Hex color #302D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D2E is #CFD2D1. Grayscale: #2E2E2E. Windows color (decimal): -13619922 or 3026224. OLE color: 3026224.

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

Color convert

RGB484546-
CMYK00.060.040.81
HSL340º3.23%18.24%-
HSV(B)340º6.25%18.82%-
XYZ2.652.72.97-
YUV46.01127.99129.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=34.53%
G=32.37%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48454600.060.040.813403.2318.24
Hex302D2E06451154312
Octal605556064121524322
Binary110000101101101110011010010100011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D2E; }

 p { color: rgb(48,45,46); }

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

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

 a { background-color: rgb(48,45,46); }

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

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

 span { border-color: rgb(48,45,46); }

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